Struct ExternalTOSInfo

File: Network/OSPFv2/OSPFPacket.msg

(no description)

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.

ExternalTOSInfo

Fields:

Name Type Description
tosData TOSData
E_ExternalMetricType bool
forwardingAddress IPAddress
externalRouteTag long

Source code:

struct  ExternalTOSInfo {
    fields:
        TOSData   tosData;
        bool      E_ExternalMetricType;
        IPAddress forwardingAddress;
        long      externalRouteTag;
};