public interface OspfLink
| Modifier and Type | Method and Description |
|---|---|
int |
areaIdOfInterface()
Gets the area id for this device.
|
org.onlab.packet.IpAddress |
interfaceIp()
Gets IP address of the interface.
|
java.util.List<OspfLinkTed> |
linkTedLists()
Gets list of the link TED.
|
org.onlab.packet.IpAddress |
remoteRouterId()
Gets IP address of the Router.
|
void |
setAreaIdOfInterface(int areaIdOfInterface)
Sets the area id for this device.
|
void |
setInterfaceIp(org.onlab.packet.IpAddress interfaceIp)
Sets IP address of the interface.
|
void |
setLinkTedLists(java.util.List<OspfLinkTed> linkTedLists)
Sets list of the link TED.
|
void |
setRouterIp(org.onlab.packet.IpAddress routerIp)
Sets IP address of the router.
|
org.onlab.packet.IpAddress remoteRouterId()
int areaIdOfInterface()
org.onlab.packet.IpAddress interfaceIp()
java.util.List<OspfLinkTed> linkTedLists()
void setRouterIp(org.onlab.packet.IpAddress routerIp)
routerIp - router's IP addressvoid setAreaIdOfInterface(int areaIdOfInterface)
areaIdOfInterface - area idvoid setInterfaceIp(org.onlab.packet.IpAddress interfaceIp)
interfaceIp - IP address of the interface.void setLinkTedLists(java.util.List<OspfLinkTed> linkTedLists)
linkTedLists - list of the link TED