diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-05 19:03:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-05 19:03:04 +0200 |
commit | c57facdcc306fe86b0d1834a38ba9aced5f9c676 (patch) | |
tree | 8d349649ca4b49f22007eea78c98ae751036b185 /docs/configexamples | |
parent | cd51af8ad1bc8b08230080f737ccbb497ce5b1c0 (diff) | |
download | vyos-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.rst | 2 |
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' |