BgpOptionalParameterBase

Namespace inet::bgp

BgpOptionalParameterBase

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