public interface OspfAreaAddressRange
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.Ip4Address |
ipAddress()
Gets the IP address.
|
boolean |
isAdvertise()
Gets the advertise value, which indicates routing information is condensed at area boundaries.
|
java.lang.String |
mask()
Gets the network mask.
|
void |
setAdvertise(boolean advertise)
Sets the advertise value, which indicates routing information is condensed at area boundaries.
|
void |
setIpAddress(org.onlab.packet.Ip4Address ipAddress)
Sets the IP address.
|
void |
setMask(java.lang.String mask)
Sets the network mask.
|
org.onlab.packet.Ip4Address ipAddress()
void setIpAddress(org.onlab.packet.Ip4Address ipAddress)
ipAddress - IPv4 addressjava.lang.String mask()
void setMask(java.lang.String mask)
mask - network maskboolean isAdvertise()
void setAdvertise(boolean advertise)
advertise - true if advertise flag to set else false