public interface RoutingAgentService
| Modifier and Type | Method and Description |
|---|---|
void |
addInterface(NetInterfaceConfig netIfaceConfig)
Adds interface to RoutingAgent
|
String |
getDefaultGateway()
Get the default gateway
|
void |
removeInterface(String interfaceName)
Removes interface from RoutingAgent
|
void |
setPriorities(Map<String,Integer> priorities)
Sets interface priorities
|
void setPriorities(Map<String,Integer> priorities)
priorities - - list of interface priorities as Mapvoid addInterface(NetInterfaceConfig netIfaceConfig) throws KuraException
netIfaceConfig - - interface configuration as NetInterfaceConfigKuraExceptionvoid removeInterface(String interfaceName) throws KuraException
interfaceName - - interface name as StringKuraExceptionString getDefaultGateway() throws KuraException
StringKuraExceptionCopyright © 2016. All Rights Reserved.