Ospfv2Options

Namespace inet::ospfv2

Ospfv2Options

struct

should be a byte long bitfield

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 Ospfv2Options
{
    @packetData;
    bool unused_1;
    bool E_ExternalRoutingCapability;
    bool MC_MulticastForwarding;
    bool NP_Type7LSA;
    bool EA_ForwardExternalLSAs;
    bool DC_DemandCircuits;
    bool unused_2;
    bool unused_3;
}

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