BgpUpdatePathAttributesAsPath

Namespace inet::bgp

BgpUpdatePathAttributesAsPath

class

AS_PATH (RFC4271 Section 4.3, Type code 2):

Extends

Name Type Description
BgpUpdatePathAttributes (unknown -- not in documented files)

Fields

Name Type Description
typeCode
optionalBit
transitiveBit
length
value BgpAsPathSegment[]

Source code

// AS_PATH (RFC4271 Section 4.3, Type code 2):
class BgpUpdatePathAttributesAsPath extends BgpUpdatePathAttributes
{
    typeCode = AS_PATH;
    optionalBit = false;
    transitiveBit = true;
    length = 0;
    BgpAsPathSegment value[];
}

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