]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: Document 'set as-path prepend' and 'set as-path prepend last-as'
authorPaul Jakma <paul@opensourcerouting.org>
Mon, 20 Oct 2014 16:49:44 +0000 (17:49 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:24:47 +0000 (15:24 +0000)
(cherry picked from commit 5e4ba81dc212b172e715afa7b6ea668cddd8485d)

doc/bgpd.texi

index dae37797f410346e922da164f3881b391659d463..6894db5a615aa9cdcea65d8f8370be09c366c730 100644 (file)
@@ -537,6 +537,11 @@ This command defines a new AS path access list.
 @end deffn
 
 @deffn {Route Map} {set as-path prepend @var{as-path}} {}
+Prepend the given string of AS numbers to the AS_PATH.
+@end deffn
+
+@deffn {Route Map} {set as-path prepend last-as @var{num}} {}
+Prepend the existing last AS number (the leftmost ASN) to the AS_PATH.
 @end deffn
 
 @node Private AS Numbers