Struct OSPFOptions

File: Network/OSPFv2/OSPFPacket.msg

should be a byte long bitfield

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

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:

struct OSPFOptions {
    fields:
        bool unused_1;
        bool E_ExternalRoutingCapability;
        bool MC_MulticastForwarding;
        bool NP_Type7LSA;
        bool EA_ForwardExternalLSAs;
        bool DC_DemandCircuits;
        bool unused_2;
        bool unused_3;
};