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/configuration/policy/examples.rst | |
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/configuration/policy/examples.rst')
-rw-r--r-- | docs/configuration/policy/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/policy/examples.rst b/docs/configuration/policy/examples.rst index e4c4b9da..c83e5f64 100644 --- a/docs/configuration/policy/examples.rst +++ b/docs/configuration/policy/examples.rst @@ -8,7 +8,7 @@ BGP Example # Create policy set policy route-map setmet rule 2 action 'permit' - set policy route-map setmet rule 2 set as-path-prepend '2 2 2' + set policy route-map setmet rule 2 set as-path prepend '2 2 2' # Apply policy to BGP set protocols bgp local-as 1 |