Class BGPUpdatePathAttributesOrigin

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

C++ definition

ORIGIN (RFC4271 Section 4.3, Type code 1):

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 int
type BGPUpdateAttributeType

2 octets

length unsigned short

2 octets

Source code:

// ORIGIN (RFC4271 Section 4.3, Type code 1):
class BGPUpdatePathAttributesOrigin extends BGPUpdatePathAttributes
{
    int value @enum(BGPSessionType);
}