| Package | Description |
|---|---|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InterfaceIpAddress> |
PortAddresses.ipAddresses()
Returns the set of interface IP addresses.
|
| Constructor and Description |
|---|
InterfaceIpAddress(InterfaceIpAddress other)
Copy constructor.
|
| Constructor and Description |
|---|
PortAddresses(ConnectPoint connectPoint,
Set<InterfaceIpAddress> ipAddresses,
org.onlab.packet.MacAddress mac)
Constructs a PortAddresses object for the given connection point, with a
set of IP addresses and a MAC address.
|
Copyright © 2015. All rights reserved.