BgpOptionalParameterBase

BgpOptionalParameterBase

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses

Name Type Description
BgpOptionalParameterRaw class (no description)

Fields

Name Type Description
parameterType short
parameterValueLength unsigned short

Source code

class BgpOptionalParameterBase
{
    @packetData;
    short parameterType;
    unsigned short parameterValueLength;
}

//TODO add accepted BgpOptionalParameter variants

File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg