public interface VTNConfig
VTNConfig describes the global configuration of the VTN Manager.| Modifier and Type | Method and Description |
|---|---|
int |
getBulkFlowModTimeout()
Return the number of milliseconds to wait for completion of bulk
FLOW_MOD requests.
|
EtherAddress |
getControllerMacAddress()
Return MAC address of the controller used as source MAC address of
ARP packet.
|
int |
getFlowModTimeout()
Return the number of milliseconds to wait for completion of a single
FLOW_MOD request.
|
int |
getInitTimeout()
Return the number of milliseconds to wait for another controller in the
cluster to complete initialization.
|
int |
getL2FlowPriority()
Return priority value for layer 2 flow entries.
|
int |
getMaxRedirections()
Return the maximum number of packet redirections per a flow.
|
int |
getTopologyWait()
Return the number of milliseconds to wait for completion of inter-switch
link detection by topology-manager.
|
boolean |
isHostTracking()
Return a boolean value that determines whether to enable host tracking
in the vBridge.
|
int getTopologyWait()
int getL2FlowPriority()
int getFlowModTimeout()
int getBulkFlowModTimeout()
int getInitTimeout()
int getMaxRedirections()
boolean isHostTracking()
true if host tracking in the vBridge is enabled.
false otherwise.EtherAddress getControllerMacAddress()
EtherAddress instance.Copyright © 2018 OpenDaylight. All rights reserved.