BgpUpdatePathAttributesLocalPref

Namespace inet::bgp

BgpUpdatePathAttributesLocalPref

class

LOCAL_PREF (RFC4271 Section 4.3, Type code 5):

Extends

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

Fields

Name Type Description
typeCode
optionalBit
transitiveBit
length
value uint32_t

Source code

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

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