Struct OSPFOptions

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

should be a byte long bitfield

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.

Fields:

Name Type Description
unused_1 bool
E_ExternalRoutingCapability bool
MC_MulticastForwarding bool
NP_Type7LSA bool
EA_ForwardExternalLSAs bool
DC_DemandCircuits bool
unused_2 bool
unused_3 bool

Source code:

// should be a byte long bitfield
struct OSPFOptions
{
    bool unused_1;
    bool E_ExternalRoutingCapability;
    bool MC_MulticastForwarding;
    bool NP_Type7LSA;
    bool EA_ForwardExternalLSAs;
    bool DC_DemandCircuits;
    bool unused_2;
    bool unused_3;
}