public final class MacEntryAger extends MacEntryWalker
MacEntryAger describes a task that ages MAC address table entries
by scanning MAC address table.
Unsed entries will be removed from MAC address table.
| Constructor and Description |
|---|
MacEntryAger(TxContext ctx)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
found(TxContext ctx,
BridgeIdentifier<Vbridge> ident,
MacTableEntry ment)
Invoke when a MAC address table entry is detected.
|
scan, scan, scanpublic MacEntryAger(TxContext ctx)
ctx - A runtime context for transaction task.protected void found(TxContext ctx, BridgeIdentifier<Vbridge> ident, MacTableEntry ment)
found in class MacEntryWalkerctx - A runtime context for transaction task.ident - The identifier for the target vBridge.ment - A MacTableEntry instance.Copyright © 2018 OpenDaylight. All rights reserved.