diff options
author | Paul Jakma <paul@opensourcerouting.org> | 2014-10-20 18:49:44 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 17:24:47 +0200 |
commit | 9b97a19b10268c8a4b533e72640d53b504e90193 (patch) | |
tree | 1d297dbc2ac00addf2dbd95ad89a39c201a8b27d /doc | |
parent | bgpd: trivial, remove unneeded extra variable in bgp_capability_restart (diff) | |
download | frr-9b97a19b10268c8a4b533e72640d53b504e90193.tar.xz frr-9b97a19b10268c8a4b533e72640d53b504e90193.zip |
doc: Document 'set as-path prepend' and 'set as-path prepend last-as'
(cherry picked from commit 5e4ba81dc212b172e715afa7b6ea668cddd8485d)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bgpd.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi index dae37797f..6894db5a6 100644 --- a/doc/bgpd.texi +++ b/doc/bgpd.texi @@ -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 |