[bgp] Add constant macro for OTC (RFC9234) attribute.

pull/2/head
Lorenzo Cogotti 11 months ago
parent d09c5ddee4
commit 2ce39190e1

@ -321,6 +321,7 @@ typedef Uint8 BgpCapCode;
#define BGP_ATTR_LARGE_COMMUNITY U8_C(32) #define BGP_ATTR_LARGE_COMMUNITY U8_C(32)
#define BGP_ATTR_BGPSEC_PATH U8_C(33) #define BGP_ATTR_BGPSEC_PATH U8_C(33)
#define BGP_ATTR_COMMUNITY_CONTAINER U8_C(34) #define BGP_ATTR_COMMUNITY_CONTAINER U8_C(34)
#define BGP_ATTR_OTC U8_C(35)
#define BGP_ATTR_PREFIX_SID U8_C(40) #define BGP_ATTR_PREFIX_SID U8_C(40)
#define BGP_ATTR_SET U8_C(128) #define BGP_ATTR_SET U8_C(128)
#define BGP_ATTR_RESERVED U8_C(255) #define BGP_ATTR_RESERVED U8_C(255)

Loading…
Cancel
Save