Class BGPUpdatePathAttributesAtomicAggregate

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.

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:

class BGPUpdatePathAttributesAtomicAggregate extends BGPUpdatePathAttributes
{
    int value @enum(BGPUpdateAtomicAggregateValues);
}