From 9b97a19b10268c8a4b533e72640d53b504e90193 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Mon, 20 Oct 2014 17:49:44 +0100 Subject: [PATCH] doc: Document 'set as-path prepend' and 'set as-path prepend last-as' (cherry picked from commit 5e4ba81dc212b172e715afa7b6ea668cddd8485d) --- doc/bgpd.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5