| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.util.flow | |
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
VTNFlowBuilder |
VTNFlowBuilder.addVirtualRoute(VNodeHop vhop)
Add the specified
VNodeHop to the tail of the virtual packet
routing path. |
VTNFlowBuilder |
VTNFlowBuilder.setEgressVNodeHop(VNodeHop vhop)
Set the virtual node hop to the egress virtual node of this flow.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFlowBuilder |
VTNFlowBuilder.addVirtualRoute(Collection<VNodeHop> c)
Add the specified sequence of
VNodeHop to the tail of the
virtual packet routing path. |
static List<VirtualRoute> |
VNodeHop.toVirtualRouteList(List<VNodeHop> vhops)
Convert a list of
VNodeHop instances into a list of
VirtualRoute instances. |
| Modifier and Type | Method and Description |
|---|---|
VNodeHop |
PacketContext.getEgressVNodeHop()
Return a
VNodeHop instance which represents the virtual node
hop to the egress node. |
VNodeHop |
VInterface.getIngressHop(EtherAddress eaddr,
int vid)
Return a
VNodeHop instance that indicates the packet was mapped
by the port mapping. |
VNodeHop |
VTNMacMap.getIngressHop(EtherAddress eaddr,
int vid)
Return a
VNodeHop instance that indicates the packet was mapped
by the MAC mapping. |
VNodeHop |
VirtualMapNode.getIngressHop(EtherAddress eaddr,
int vid)
Return a
VNodeHop instance that represents the ingress virtual
node in the virtual packet route. |
VNodeHop |
VTNVlanMap.getIngressHop(EtherAddress eaddr,
int vid)
Return a
VNodeHop instance that indicates the packet was mapped
by the VLAN mapping. |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketContext.addVNodeHop(VNodeHop vhop)
Append the specified virtual node hop to the virtual packet route.
|
void |
PacketContext.setEgressVNodeHop(VNodeHop vhop)
Set the virtual node hop to the egress node.
|
Copyright © 2018 OpenDaylight. All rights reserved.