| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.util.vnode |
This package contains utility classes for virtual node management.
|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
static VlanMapIdentifier |
VlanMapIdentifier.create(String tname,
String bname,
String id)
Create a new identifier.
|
| Modifier and Type | Method and Description |
|---|---|
VlanMapIdentifier |
VTNVlanMap.getIdentifier(EtherAddress eaddr,
int vid)
Return the identifier for the virtual mapping which maps the given host.
|
static VlanMapIdentifier |
MappingRegistry.getVlanMapping(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx,
SalPort sport,
int vid)
Return the identifier for the VLAN mapping which maps the specified
VLAN on a switch port.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingRegistry.registerVlanMap(TxContext ctx,
VlanMapIdentifier mapId,
NodeVlan nvlan,
boolean purge)
Register mapping between vBridge and VLAN.
|
static void |
MappingRegistry.unregisterVlanMap(TxContext ctx,
VlanMapIdentifier mapId,
NodeVlan nvlan,
boolean purge)
Unregister the VLAN mapping.
|
| Constructor and Description |
|---|
VlanMapRegistry(TxContext ctx,
VlanMapIdentifier ident)
Construct a new instance.
|
VTNVlanMap(VlanMapIdentifier vmapId,
VlanMap vlmap)
Construct a new instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.