summaryrefslogtreecommitdiff
path: root/doc/routemap.texi
diff options
context:
space:
mode:
authorPaul Jakma <paul@quagga.net>2010-12-05 20:28:02 +0000
committerPaul Jakma <paul@quagga.net>2011-03-21 13:51:14 +0000
commitc8f3fe3063cb9ff193b13011cfbda3e605395340 (patch)
tree42713ac0369f0ef372c657ded091b00dbe6a019b /doc/routemap.texi
parent0c46638122f10019a12ae9668aec91691cf2e017 (diff)
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 'doc/routemap.texi')
-rw-r--r--doc/routemap.texi14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/routemap.texi b/doc/routemap.texi
index 9ac001c4..db3e72d2 100644
--- a/doc/routemap.texi
+++ b/doc/routemap.texi
@@ -155,10 +155,6 @@ Matches the specified @var{metric}.
Matches the specified @var{community_list}
@end deffn
-@deffn {Route-map Command} {match pathlimit as @var{ASN}} {}
-Matches the specified AS-Pathlimit @var{ASN}.
-@end deffn
-
@node Route Map Set Command
@section Route Map Set Command
@@ -194,16 +190,6 @@ Set the BGP-4+ global IPv6 nexthop address.
Set the BGP-4+ link local IPv6 nexthop address.
@end deffn
-@deffn {Route-map Command} {set pathlimit ttl @var{ttl}} {}
-Sets the specified AS-Pathlimit @var{ttl} on the route. This will also cause
-the AS to be set to the local AS.
-
-Note that the AS-Pathlimit RFC specifies that speakers advertising this
-attribute should set Atomic-aggregate on all less specific routes. Setting
-AS-Pathlimit by route-map does not do this, the user must do so themselves,
-as they wish.
-@end deffn
-
@node Route Map Call Command
@section Route Map Call Command