OpenSDN source code
large-community/types.h
Go to the documentation of this file.
1 #ifndef SRC_BGP_LARGE_COMMUNITY_TYPES_H_
2 #define SRC_BGP_LARGE_COMMUNITY_TYPES_H_
3 
7  enum type {
9  TagLC = 0x01,
10  };
11 };
12 
13 #endif // SRC_BGP_LARGE_COMMUNITY_TYPES_H_
Represents a single BGP Large Community tag.
Defines constants for BGP Large Community attribute subtypes.
type
Large Community subtype identifiers.