Ospfv2LinkStateUpdatePacket

Ospfv2LinkStateUpdatePacket

class

C++ definition

Represents an OSPF Link State Update 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
ospfLSAs Ospfv2Lsa[]
chunkLength
version
authenticationType short

2 bytes

authentication char[8]

8 bytes

Source code

//
// Represents an OSPF Link State Update packet
//
class Ospfv2LinkStateUpdatePacket extends Ospfv2Packet
{
    Ospfv2Lsa *ospfLSAs[] @owned @allowReplace;
}

File: src/inet/routing/ospfv2/Ospfv2Packet.msg