Package | Description |
---|---|
etri.sdn.controller.module.devicemanager | |
etri.sdn.controller.module.flowcache | |
etri.sdn.controller.module.forwarding | |
etri.sdn.controller.module.routing |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<SwitchPort> |
Devices.suppressedAPs
Switch ports where attachment points shouldn't be learned
|
Modifier and Type | Method and Description |
---|---|
SwitchPort[] |
IDevice.getAttachmentPoints()
Gets all unique attachment points associated with the device.
|
SwitchPort[] |
Device.getAttachmentPoints() |
SwitchPort[] |
IDevice.getAttachmentPoints(boolean includeError)
Gets all unique attachment points associated with the device.
|
SwitchPort[] |
Device.getAttachmentPoints(boolean includeError) |
Modifier and Type | Method and Description |
---|---|
java.lang.Short[] |
IDevice.getSwitchPortVlanIds(SwitchPort swp)
Returns all unique VLAN IDs for the device that were observed on
the given switch port.
|
java.lang.Short[] |
Device.getSwitchPortVlanIds(SwitchPort swp) |
boolean |
Devices.isSuppressedAP(SwitchPort switchPort)
Is the switchPort argument contained to the set of switch ports
not to be learned?
|
Constructor and Description |
---|
Devices.RESTAttachmentPoint(SwitchPort sport) |
Modifier and Type | Method and Description |
---|---|
boolean |
IFlowCacheService.addFlow(MessageContext cntx,
OFMatchWithSwDpid ofm,
java.lang.Long cookie,
SwitchPort swPort,
short priority,
byte action)
Add a flow to the flow-cache - called when a flow-mod is about to be
written to a set of switches.
|
Modifier and Type | Field and Description |
---|---|
java.util.Comparator<SwitchPort> |
ForwardingBase.clusterIdComparator |
Modifier and Type | Method and Description |
---|---|
boolean |
ForwardingBase.blockHost(SwitchPort sw_tup,
long host_mac,
short hardTimeout,
long cookie)
Creates a flow mod to block the packet based on the given MAC
address and the source switch.
|
Modifier and Type | Field and Description |
---|---|
protected SwitchPort |
RoutingDecision.srcPort |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SwitchPort> |
RoutingDecision.broadcastIntertfaces |
Modifier and Type | Method and Description |
---|---|
SwitchPort |
RoutingDecision.getSourcePort() |
SwitchPort |
IRoutingDecision.getSourcePort() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SwitchPort> |
RoutingDecision.getMulticastInterfaces() |
java.util.List<SwitchPort> |
IRoutingDecision.getMulticastInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
RoutingDecision.setMulticastInterfaces(java.util.List<SwitchPort> lspt) |
void |
IRoutingDecision.setMulticastInterfaces(java.util.List<SwitchPort> lspt) |