diff options
| -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 dae37797f4..6894db5a61 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 |
