|
Class Summary |
| OSPF |
The package, drcl.inet.protocol.OSPF, implements the link-state routing
protocol, OSPF v2, Open Shortest Path First routing protocol and follow
the RFC2328. |
| OSPF_Area |
Class OSPF_Area
The area data structure contains all the information used to run the
basic OSPF routing algorithm. |
| OSPF_DBdesc |
OSPF Database Description packet body
ref: A.3.3
Note: type = 2 |
| OSPF_Hello |
|
| OSPF_Interface |
class OSPF_Interface
An OSPF interface is the connection between a router and a network. |
| OSPF_LS_Database |
OSPF_LS_Database.java
The link state database within one area
ref: sec. |
| OSPF_LSA |
Class OSPF_LSA (Link State Advertisement)
Ref: RFC 2328 sec. |
| OSPF_LSA_Header |
OSPF LSA Header (fixed length = 20 byte) ref: sec. |
| OSPF_LSack |
Class OSPF_LSAack
Link State ack packet body
ref: sec. |
| OSPF_LSrequest |
Link State Request packet body
ref: A.3.4
Note: type = 3 |
| OSPF_LSupdate |
Link State Update Packet Body
this request pkt can carry several LSAs one hop further from thrir origin
ref: A.3.5
Note : type = 4 |
| OSPF_Neighbor |
Class OSPF_Neighbor
The information exchanged with other adjacent nodes is described by a OSPF_Neighbor
data structure, which is bounded to a specific OSPF router interface. |
| OSPF_Packet |
This class implements a generic OSPF packet. |
| OSPF_SPF_vertex |
Class OSPF_SPF_vertex
data structure of vertex in the shortest path tree (SPF)
ref: sec. |
| OSPF_TimeOut_EVT |
Class OSPF_TimeOut_EVT
Class for handling tiom out event |
| Router_LSA |
OSPF Router-LSAs structure. |