From c8d22fe91cc7d13cabf4b0f625dda137fc835321 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 4 Sep 2018 18:32:42 +0000 Subject: bgp: Tunnel encap --- proto/bgp/bgp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index cfc88d8e..432084e4 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -593,6 +593,7 @@ void bgp_update_next_hop(struct bgp_export_state *s, eattr *a, ea_list **to); #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 #define BA_LARGE_COMMUNITY 0x20 /* RFC 8092 */ /* Bird's private internal BGP attributes */ -- cgit v1.2.3