Enum BGPUpdateAttributeTypeCode

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

(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.

Source code:

enum BGPUpdateAttributeTypeCode
{

    ORIGIN = 1;
    AS_PATH = 2;
    NEXT_HOP = 3;
    LOCAL_PREF = 5;
    ATOMIC_AGGREGATE = 6;
}