BgpUpdatePathAttributesOrigin

Namespace inet::bgp

BgpUpdatePathAttributesOrigin

class

ORIGIN (RFC4271 Section 4.3, Type code 1):

Extends

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

Fields

Name Type Description
typeCode
optionalBit
transitiveBit
length
value BgpSessionType

Source code

// ORIGIN (RFC4271 Section 4.3, Type code 1):
class BgpUpdatePathAttributesOrigin extends BgpUpdatePathAttributes
{
    typeCode = ORIGIN;
    optionalBit = false;
    transitiveBit = true;
    length = 1;
    BgpSessionType value;
}

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