Packet OSPFLinkStateAcknowledgementPacket

File: src/networklayer/ospfv2/OSPFPacket.msg

Represents an OSPF Link State Acknowledgement packet

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

OSPFPacket (packet)

Represents an OSPF packet header

Fields:

Name Type Description
routerID IPAddress
lsaHeaders OSPFLSAHeader[]
areaID IPAddress
authentication char[8]
checksum short
type char
packetLength short
authenticationType short
version char

Source code:

//
// Represents an OSPF Link State Acknowledgement packet
//
packet OSPFLinkStateAcknowledgementPacket extends OSPFPacket
{
    OSPFLSAHeader lsaHeaders[];
}