Enum BGPUpdateAtomicAggregateValues

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

ATOMIC_AGGREGATE (RFC4271 Section 4.3, Type code 6):

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.

Source code:

//ATOMIC_AGGREGATE (RFC4271 Section 4.3, Type code 6):
enum BGPUpdateAtomicAggregateValues
{

    NO_SPECIFIC_ROUTE = 0;
    SPECIFIC_ROUTE = 1;
}