| 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 |
|---|---|
MacMapChange |
VTNMacMapConfig.update(VtnUpdateOperationType op,
List<VlanHostDesc> allowed,
List<VlanHostDesc> denied)
Update the MAC mapping configuration.
|
MacMapChange |
VTNMacMapConfig.update(VtnUpdateOperationType op,
VtnAclType aclType,
List<VlanHostDesc> hosts)
Update the specified access control list.
|
| Modifier and Type | Method and Description |
|---|---|
protected MacMapChange |
SetMacMapAclTask.updateConfig(VTNMacMapConfig cfg,
VtnUpdateOperationType op)
Update the MAC mapping configuration.
|
protected abstract MacMapChange |
UpdateMacMapTask.updateConfig(VTNMacMapConfig cfg,
VtnUpdateOperationType op)
Update the MAC mapping configuration.
|
protected MacMapChange |
SetMacMapTask.updateConfig(VTNMacMapConfig cfg,
VtnUpdateOperationType op)
Update the MAC mapping configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingRegistry.registerMacMap(TxContext ctx,
MacMapIdentifier mapId,
MacMapChange change)
Register MAC mapping configuration.
|
| Constructor and Description |
|---|
MacMapRegistry(TxContext ctx,
MacMapIdentifier ident,
MacMapChange change)
Construct a new instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.