BgpUpdatePathAttributesMultiExitDisc

Namespace inet::bgp

BgpUpdatePathAttributesMultiExitDisc

class

MULTI_EXIT_DISC (RFC4271 Section 4.3, Type code 4):

Extends

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

Fields

Name Type Description
typeCode
optionalBit
transitiveBit
length
value uint32_t

Source code

//MULTI_EXIT_DISC (RFC4271 Section 4.3, Type code 4):
class BgpUpdatePathAttributesMultiExitDisc extends BgpUpdatePathAttributes
{
    typeCode = MULTI_EXIT_DISC;
    optionalBit = true;
    transitiveBit = false;
    length = 4;
    uint32_t value;
}

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