| Package | Description |
|---|---|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PortAddresses> |
HostStore.getAddressBindings()
Returns the address bindings stored for all connection points.
|
Set<PortAddresses> |
HostService.getAddressBindings()
Returns the addresses information for all connection points.
|
Set<PortAddresses> |
HostStore.getAddressBindingsForPort(ConnectPoint connectPoint)
Returns the address bindings for a particular connection point.
|
Set<PortAddresses> |
HostService.getAddressBindingsForPort(ConnectPoint connectPoint)
Retrieves the addresses that have been bound to the given connection
point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostAdminService.bindAddressesToPort(PortAddresses addresses)
Binds IP and MAC addresses to the given connection point.
|
void |
HostStore.removeAddressBindings(PortAddresses addresses)
Removes the given addresses from the set of address information held for
a port.
|
void |
HostAdminService.unbindAddressesFromPort(PortAddresses portAddresses)
Removes the addresses contained in the given PortAddresses object from
the set of addresses bound to the port.
|
void |
HostStore.updateAddressBindings(PortAddresses addresses)
Updates the address information for a given port.
|
Copyright © 2015. All rights reserved.