summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.h
diff options
context:
space:
mode:
authorPaul Jakma <paul@quagga.net>2010-12-05 21:28:02 +0100
committerPaul Jakma <paul@quagga.net>2011-03-21 14:51:14 +0100
commitc8f3fe3063cb9ff193b13011cfbda3e605395340 (patch)
tree42713ac0369f0ef372c657ded091b00dbe6a019b /bgpd/bgp_attr.h
parentbgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error (diff)
downloadfrr-c8f3fe3063cb9ff193b13011cfbda3e605395340.tar.xz
frr-c8f3fe3063cb9ff193b13011cfbda3e605395340.zip
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.
Diffstat (limited to 'bgpd/bgp_attr.h')
-rw-r--r--bgpd/bgp_attr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h
index ed8753bd9..af9dcf5ed 100644
--- a/bgpd/bgp_attr.h
+++ b/bgpd/bgp_attr.h
@@ -110,12 +110,6 @@ struct attr
u_int32_t med;
u_int32_t local_pref;
- /* AS-Pathlimit */
- struct {
- u_int32_t as;
- u_char ttl;
- } pathlimit;
-
/* Path origin attribute */
u_char origin;
};