diff options
author | Eshenko Dmitriy <snooppy@mail.ua> | 2019-08-08 14:09:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 14:09:00 +0300 |
commit | ef701fc2c1efafebc90175a1b7ad1cdb76201d94 (patch) | |
tree | 84eeaea0bb9326d2c8e3117aa040efa584bff938 /docs/routing/routing-policy.rst | |
parent | 927df38a6dbc2a3973504735b0cb6db7f10adb02 (diff) | |
download | vyos-documentation-ef701fc2c1efafebc90175a1b7ad1cdb76201d94.tar.gz vyos-documentation-ef701fc2c1efafebc90175a1b7ad1cdb76201d94.zip |
Adaptive for new cli
Diffstat (limited to 'docs/routing/routing-policy.rst')
-rw-r--r-- | docs/routing/routing-policy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/routing/routing-policy.rst b/docs/routing/routing-policy.rst index 253dd980..f1b7d778 100644 --- a/docs/routing/routing-policy.rst +++ b/docs/routing/routing-policy.rst @@ -22,8 +22,8 @@ Routing Policy Example set policy route-map setmet rule 2 set as-path-prepend '2 2 2' #Apply policy to BGP - set protocols bgp 1 neighbor 1.1.1.2 route-map import 'setmet' - set protocols bgp 1 neighbor 1.1.1.2 soft-reconfiguration 'inbound' <<<< *** + set protocols bgp 1 neighbor 1.1.1.2 address-family ipv4-unicast route-map import 'setmet' + set protocols bgp 1 neighbor 1.1.1.2 address-family ipv4-unicast soft-reconfiguration 'inbound' <<<< *** *** get policy update without bouncing the neighbor |