summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2018-09-04 18:32:42 +0000
committerMikael Magnusson <mikma@users.sourceforge.net>2024-07-05 17:11:42 +0200
commitb20ba82a51657775c82f0b7180805ae7d8b79f49 (patch)
tree3a0cddc7c94c2c6ee3f0ea86c43be9e9602c9612 /proto/bgp/bgp.h
parent57d9bce6a73788e1213b5a1292c21a56ae12daa6 (diff)
BGP: Tunnel Encapsulation attribute
Refer to RFC 9012, The BGP Tunnel Encapsulation Attribute.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 7127bc88..f4b75576 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -718,6 +718,7 @@ byte *bgp_create_end_mark_(struct bgp_channel *c, byte *buf);
#define BA_EXT_COMMUNITY 0x10 /* RFC 4360 */
#define BA_AS4_PATH 0x11 /* RFC 6793 */
#define BA_AS4_AGGREGATOR 0x12 /* RFC 6793 */
+#define BA_TUNNEL_ENCAP 0x17 /* RFC 9012 */
#define BA_AIGP 0x1a /* RFC 7311 */
#define BA_LARGE_COMMUNITY 0x20 /* RFC 8092 */
#define BA_ONLY_TO_CUSTOMER 0x23 /* RFC 9234 */