diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-04 18:32:42 +0000 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-02-27 22:15:46 +0100 |
commit | c8d22fe91cc7d13cabf4b0f625dda137fc835321 (patch) | |
tree | 219eda71979284849460403f1d86337459c6cf26 /proto/bgp/bgp.h | |
parent | 7c36eb3e8bd7d06f65dc7319d42b6abe782c5b89 (diff) |
bgp: Tunnel encapold/tunnel-encap
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |