summaryrefslogtreecommitdiff
path: root/docs/configexamples
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-05 19:03:04 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-05 19:03:04 +0200
commitc57facdcc306fe86b0d1834a38ba9aced5f9c676 (patch)
tree8d349649ca4b49f22007eea78c98ae751036b185 /docs/configexamples
parentcd51af8ad1bc8b08230080f737ccbb497ce5b1c0 (diff)
downloadvyos-documentation-c57facdcc306fe86b0d1834a38ba9aced5f9c676.tar.gz
vyos-documentation-c57facdcc306fe86b0d1834a38ba9aced5f9c676.zip
policy: T4414: Add route-map "as-path prepend last-as x" option
Diffstat (limited to 'docs/configexamples')
-rw-r--r--docs/configexamples/ha.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/ha.rst b/docs/configexamples/ha.rst
index 9780edaa..75b0c60e 100644
--- a/docs/configexamples/ha.rst
+++ b/docs/configexamples/ha.rst
@@ -563,7 +563,7 @@ it is not 203.0.113.0/24.
set policy route-map BGPOUT rule 10000 action 'deny'
set policy route-map BGPPREPENDOUT description 'BGP Export Filter'
set policy route-map BGPPREPENDOUT rule 10 action 'permit'
- set policy route-map BGPPREPENDOUT rule 10 set as-path-prepend '65551 65551 65551'
+ set policy route-map BGPPREPENDOUT rule 10 set as-path prepend '65551 65551 65551'
set policy route-map BGPPREPENDOUT rule 10 match ip address prefix-list 'BGPOUT'
set policy route-map BGPPREPENDOUT rule 10000 action 'deny'