| Package | Description |
|---|---|
| org.opencord.cordvtn.api |
API for CORD VTN application.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkAddress |
CordVtnNode.dpIp()
Returns the data plane network address.
|
NetworkAddress |
CordVtnNode.hostMgmtIp()
Returns the host management network address.
|
NetworkAddress |
CordVtnNode.localMgmtIp()
Returns the local management network address.
|
static NetworkAddress |
NetworkAddress.valueOf(String cidr)
Converts a CIDR notation string into a network address.
|
| Constructor and Description |
|---|
CordVtnNode(String hostname,
NetworkAddress hostMgmtIp,
NetworkAddress localMgmtIp,
NetworkAddress dpIp,
org.onlab.packet.TpPort ovsdbPort,
SshAccessInfo sshInfo,
org.onosproject.net.DeviceId bridgeId,
String dpIntf,
CordVtnNodeState state)
Creates a new node.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RemoteIpCommandUtil.addIp(com.jcraft.jsch.Session session,
NetworkAddress ip,
String device)
Adds a given IP address to a given device.
|
Copyright © 2016. All rights reserved.