Ospfv2LinkStateAcknowledgementPacket
classRepresents an OSPF Link State Acknowledgement packet
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| Ospfv2Packet | class |
Represents an OSPF packet header |
Fields
| Name | Type | Description |
|---|---|---|
| lsaHeaders | Ospfv2LsaHeader[] |
TODO |
| chunkLength | ||
| version | ||
| authenticationType | short |
2 bytes |
| authentication | char[8] |
8 bytes |
Source code
// // Represents an OSPF Link State Acknowledgement packet // class Ospfv2LinkStateAcknowledgementPacket extends Ospfv2Packet { Ospfv2LsaHeader lsaHeaders[]; //TODO }File: src/inet/routing/ospfv2/Ospfv2Packet.msg