@Deprecated public class FibEntry extends Object
| Constructor and Description |
|---|
FibEntry(org.onlab.packet.IpPrefix prefix,
org.onlab.packet.IpAddress nextHopIp,
org.onlab.packet.MacAddress nextHopMac)
Deprecated.
Creates a new FIB entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
org.onlab.packet.IpAddress |
nextHopIp()
Deprecated.
Returns the IP address of the next hop.
|
org.onlab.packet.MacAddress |
nextHopMac()
Deprecated.
Returns the MAC address of the next hop.
|
org.onlab.packet.IpPrefix |
prefix()
Deprecated.
Returns the IP prefix of the FIB entry.
|
String |
toString()
Deprecated.
|
public FibEntry(org.onlab.packet.IpPrefix prefix,
org.onlab.packet.IpAddress nextHopIp,
org.onlab.packet.MacAddress nextHopMac)
prefix - IP prefix of the FIB entrynextHopIp - IP address of the next hopnextHopMac - MAC address of the next hoppublic org.onlab.packet.IpPrefix prefix()
public org.onlab.packet.IpAddress nextHopIp()
public org.onlab.packet.MacAddress nextHopMac()