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

This commit is contained in:
Lorenzo Cogotti 2023-06-20 09:40:44 +02:00
parent d09c5ddee4
commit 2ce39190e1
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ typedef Uint8 BgpCapCode;
#define BGP_ATTR_LARGE_COMMUNITY U8_C(32)
#define BGP_ATTR_BGPSEC_PATH U8_C(33)
#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_SET U8_C(128)
#define BGP_ATTR_RESERVED U8_C(255)