diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-06-12 16:59:12 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-06-12 16:59:12 +0200 |
commit | c744aa9fc64f88d3e68620a5be7d34d29ce875d5 (patch) | |
tree | 0142692a3724bbdd22cb6452e13798352533dd4e /bgpd/bgp_open.h | |
parent | ipv6_ll_address_to_mac() fails to correctly convert fe80::a8aa:aaff:feaa:aaf8... (diff) | |
download | frr-c744aa9fc64f88d3e68620a5be7d34d29ce875d5.tar.xz frr-c744aa9fc64f88d3e68620a5be7d34d29ce875d5.zip |
Remove draft-walton-bgp-hostname-capability-00 for now
Diffstat (limited to 'bgpd/bgp_open.h')
-rw-r--r-- | bgpd/bgp_open.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_open.h b/bgpd/bgp_open.h index 185218f72..ca40c64b6 100644 --- a/bgpd/bgp_open.h +++ b/bgpd/bgp_open.h @@ -78,7 +78,6 @@ struct capability_gr #define CAPABILITY_CODE_ENHE 5 /* Extended Next Hop Encoding */ #define CAPABILITY_CODE_REFRESH_OLD 128 /* Route Refresh Capability(cisco) */ #define CAPABILITY_CODE_ORF_OLD 130 /* Cooperative Route Filtering Capability(cisco) */ -#define CAPABILITY_CODE_HOSTNAME 131 /* Advertise hostname capabilty */ /* Capability Length */ #define CAPABILITY_CODE_MP_LEN 4 @@ -87,7 +86,6 @@ struct capability_gr #define CAPABILITY_CODE_RESTART_LEN 2 /* Receiving only case */ #define CAPABILITY_CODE_AS4_LEN 4 #define CAPABILITY_CODE_ADDPATH_LEN 4 -#define CAPABILITY_CODE_MIN_HOSTNAME_LEN 2 #define CAPABILITY_CODE_ENHE_LEN 6 /* NRLI AFI = 2, SAFI = 2, Nexthop AFI = 2 */ /* Cooperative Route Filtering Capability. */ |