Class BGPUpdatePathAttributesLocalPref

File: src/inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg

C++ definition

LOCAL_PREF (RFC4271 Section 4.3, Type code 5):

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
BGPUpdatePathAttributes class (no description)

Fields:

Name Type Description
value unsigned int
type BGPUpdateAttributeType

2 octets

length unsigned short

2 octets

Source code:

//LOCAL_PREF (RFC4271 Section 4.3, Type code 5):
class BGPUpdatePathAttributesLocalPref extends BGPUpdatePathAttributes
{
    unsigned int value;
}