| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
VBridge |
VNodeReader.getVBridge(VBridgeIdentifier vbrId)
Return the specified vBridge.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VTNMacMap.activate(TxContext ctx,
VBridge vbr,
EtherAddress eaddr,
SalPort sport,
int vid)
Activate the specified host in the MAC mapping.
|
protected abstract void |
VNodeWalker.scan(TxContext ctx,
VBridge vbr,
T data)
Scan all the virtual nodes in the specified vBridge.
|
protected void |
PathFaultResolver.scan(TxContext ctx,
VBridge vbr,
Void data)
Remove resolved path faults in the given vBridge.
|
protected void |
VtnNodeEventHandler.scan(TxContext ctx,
VBridge vbr,
VtnNodeEvent ev)
Deliver a VTN node event to the given vBridge.
|
protected void |
VtnPortEventHandler.scan(TxContext ctx,
VBridge vbr,
VtnPortEvent ev)
Deliver a VTN port event to the given vBridge.
|
void |
VTNMacMap.transmit(PacketContext pctx,
VBridge vbr,
Set<PortVlan> sent)
Transmit the given packet to the physical network mapped by this
VLAN mapping.
|
void |
VTNVlanMap.transmit(PacketContext pctx,
VBridge vbr,
Set<PortVlan> sent)
Transmit the given packet to the physical network mapped by this
VLAN mapping.
|
Copyright © 2018 OpenDaylight. All rights reserved.