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 variantsFile: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg