| Package | Description |
|---|---|
| org.opencord.cordvtn.api.net |
CORD VTN network API definitions.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressPair |
AddressPair.of(org.onlab.packet.IpAddress ip,
org.onlab.packet.MacAddress mac)
Returns an address pair instance with the given ip and mac address.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AddressPair> |
ServicePort.addressPairs()
Returns additional floating address pairs of the service port.
|
| Modifier and Type | Method and Description |
|---|---|
ServicePort.Builder |
ServicePort.Builder.addressPairs(Set<AddressPair> addressPairs)
Returns service port builder with the supplied address pairs.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AddressPair> |
DefaultServicePort.addressPairs() |
| Modifier and Type | Method and Description |
|---|---|
DefaultServicePort.Builder |
DefaultServicePort.Builder.addressPairs(Set<AddressPair> addressPairs) |
Copyright © 2018. All rights reserved.