From c8f3fe3063cb9ff193b13011cfbda3e605395340 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 5 Dec 2010 20:28:02 +0000 Subject: bgpd: Remove AS Path limit/TTL functionality * draft-ietf-idr-as-pathlimit doesn't seem to have gone anywhere, and its author does not think it will make progress in IDR. Remove all support introduced for it, but leave stubs for the commands to avoid breaking any configurations. Basically reverts cecab5e9725792e60a5e4b473e238a14cd85815d. --- bgpd/bgp_route.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'bgpd/bgp_route.h') diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index 5eed3486..3e528596 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -116,9 +116,6 @@ struct bgp_static /* MPLS label. */ u_char tag[3]; - - /* AS-Pathlimit TTL */ - u_char ttl; }; /* Flags which indicate a route is unuseable in some form */ -- cgit v1.2.1