Class BGPUpdatePathAttributes

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

C++ definition

(no description)

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.

Known subclasses:

Name Type Description
BGPUpdatePathAttributesASPath class

AS_PATH (RFC4271 Section 4.3, Type code 2):

BGPUpdatePathAttributesAtomicAggregate class (no description)
BGPUpdatePathAttributesLocalPref class

LOCAL_PREF (RFC4271 Section 4.3, Type code 5):

BGPUpdatePathAttributesNextHop class

NEXT_HOP (RFC4271 Section 4.3, Type code 3):

BGPUpdatePathAttributesOrigin class

ORIGIN (RFC4271 Section 4.3, Type code 1):

Fields:

Name Type Description
type BGPUpdateAttributeType

2 octets

length unsigned short

2 octets

Source code:

class BGPUpdatePathAttributes
{
    BGPUpdateAttributeType type; // 2 octets
    unsigned short length; // 2 octets
}