| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Class and Description |
|---|---|
class |
VBridgeInterface
VBridgeInterface describes a configuration and runtime status for a
virtual interface inside vBridge. |
class |
VInterface<B extends VtnPortMappableBridge>
VInterface describes a configuration and runtime status for a
virtual interface. |
class |
VTerminalInterface
VTerminalInterface describes a configuration and runtime status for
a virtual interface inside vTerminal. |
class |
VTNMacMap
VTNMacMap describes a configuration and runtime status for a
MAC mapping. |
class |
VTNVlanMap
VTNVlanMap describes a configuration and runtime status for a
VLAN mapping. |
| Modifier and Type | Method and Description |
|---|---|
protected VirtualMapNode |
VirtualBridge.match(PacketContext pctx,
EtherAddress eaddr,
SalPort sport,
int vid)
Return the virtual network node in this virtual bridge that maps the
specified host.
|
protected VirtualMapNode |
VirtualBridge.match(PacketContext pctx,
TenantNodeIdentifier<?,?> ref,
EtherAddress eaddr,
SalPort sport,
int vid,
boolean pktin)
Return the virtual network node in this bridge which maps the specified
host.
|
protected VirtualMapNode |
VBridge.match(PacketContext pctx,
TenantNodeIdentifier<?,?> ref,
EtherAddress eaddr,
SalPort sport,
int vid,
boolean pktin)
Return the virtual network node in this vBridge which maps the specified
host.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VTerminal.forward(PacketContext pctx,
VirtualMapNode vnode)
Discard the specified packet because the vTerminal does not forward
any packet.
|
protected abstract void |
VirtualBridge.forward(PacketContext pctx,
VirtualMapNode vnode)
Forward the specified packet to the virtual mapping configured in this
virtual bridge.
|
protected void |
VBridge.forward(PacketContext pctx,
VirtualMapNode vnode)
Forward the specified packet to the virtual mapping configured in this
virtual bridge.
|
Copyright © 2018 OpenDaylight. All rights reserved.