diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-08-08 18:18:22 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 18:18:22 +0700 |
commit | b78f2f6775347f1d9b33a5d3b1e0026f4af4b402 (patch) | |
tree | 84eeaea0bb9326d2c8e3117aa040efa584bff938 | |
parent | 927df38a6dbc2a3973504735b0cb6db7f10adb02 (diff) | |
parent | ef701fc2c1efafebc90175a1b7ad1cdb76201d94 (diff) | |
download | vyos-documentation-b78f2f6775347f1d9b33a5d3b1e0026f4af4b402.tar.gz vyos-documentation-b78f2f6775347f1d9b33a5d3b1e0026f4af4b402.zip |
Merge pull request #94 from DmitriyEshenko/patch-10
Adaptive for new cli
-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 |