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
5
struct
BgpLargeCommunityType
{
7
enum
type
{
9
TagLC
= 0x01,
10
};
11
};
12
13
#endif
// SRC_BGP_LARGE_COMMUNITY_TYPES_H_
TagLC
Represents a single BGP Large Community tag.
Definition:
bgp/large-community/tag.h:16
BgpLargeCommunityType
Defines constants for BGP Large Community attribute subtypes.
Definition:
large-community/types.h:5
BgpLargeCommunityType::type
type
Large Community subtype identifiers.
Definition:
large-community/types.h:7
contrail
controller
src
bgp
large-community
types.h
Generated by
1.9.1