| Package | Description |
|---|---|
| etri.sdn.controller.module.learningmac |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Short>> |
OFMLearningMac13.macVlanToSwitchPortMap
Table to save learning result.
|
private java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Short>> |
OFMLearningMac10.macVlanToSwitchPortMap
Table to save learning result.
|
private java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Short>> |
OFMLearningMac.macVlanToSwitchPortMap
Table to save learning result.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Short>> |
OFMLearningMac13.getTable()
Get all the mappings between MAC/VLAN to switch port.
|
java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Short>> |
OFMLearningMac10.getTable()
Get all the mappings between MAC/VLAN to switch port.
|
java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Short>> |
OFMLearningMac.getTable()
Get all the mappings between MAC/VLAN to switch port.
|