net.clackrouter.packets
Class RIPRoutingUpdate.Entry

java.lang.Object
  extended by net.clackrouter.packets.RIPRoutingUpdate.Entry
Enclosing class:
RIPRoutingUpdate

public class RIPRoutingUpdate.Entry
extends java.lang.Object


Field Summary
 java.net.InetAddress mask
          mask portion of the prefix being advertised
 int metric
          metric cost to reach the advertised prefix, according to the update creator
 java.net.InetAddress net
          network portion of the prefix being advertised
 short ttl
          time-to-live of this update entry, according to the update creator
 
Constructor Summary
RIPRoutingUpdate.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

net

public java.net.InetAddress net
network portion of the prefix being advertised


mask

public java.net.InetAddress mask
mask portion of the prefix being advertised


metric

public int metric
metric cost to reach the advertised prefix, according to the update creator


ttl

public short ttl
time-to-live of this update entry, according to the update creator

Constructor Detail

RIPRoutingUpdate.Entry

public RIPRoutingUpdate.Entry()