Package net.clackrouter.routing

Clack's routing specific code, including the basic routing table, local link info, and routing table entries for specific routing implementations (e.g., RIP, OSPF)

See:
          Description

Interface Summary
LocalLinkChangedListener Simple interface to allow components to learn when information about local links (up/down status or link metric)
 

Class Summary
LocalLinkInfo Data structure to hold information about a single link (i.e., an interface) that is directly connected to a router.
OSPFRoutingEntry Extension of RoutingEntry to also hold OSPF data within a RoutingTable.
RIPRoutingEntry Extension of RoutingEntry to also hold RIP data within a RoutingTable.
RoutingEntry Represents a single routing entry contained by a RoutingTable.
RoutingTable Represents an simple routing table that can perform lookups based on a destination IP address.
 

Package net.clackrouter.routing Description

Clack's routing specific code, including the basic routing table, local link info, and routing table entries for specific routing implementations (e.g., RIP, OSPF)