public interface Routable
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PhysicalLink> |
computePath(OVXPort srcPort,
OVXPort dstPort) |
String |
getName()
Gets the name of the routing policy.
|
SwitchRoute |
getRoute(OVXBigSwitch vSwitch,
OVXPort srcPort,
OVXPort dstPort) |
void |
setLinkPath(OVXLink ovxLink)
Sets end-points to a route.
|
LinkedList<PhysicalLink> computePath(OVXPort srcPort, OVXPort dstPort)
SwitchRoute getRoute(OVXBigSwitch vSwitch, OVXPort srcPort, OVXPort dstPort)
vSwitch - The virtual big switchsrcPort - The ingress port on the big switchdstPort - The egress port on the big switchString getName()
void setLinkPath(OVXLink ovxLink) throws PortMappingException
ovxLink - The link representing the end-points of a routePortMappingExceptionCopyright © 2015. All rights reserved.