diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-05-27 14:18:26 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-05-27 14:18:26 -0400 |
commit | cf3312318177f02ec33be403ec88eb1438a9892c (patch) | |
tree | 34c6c7b4713a447e49a39cb6f9a15874164fe640 /docs/configuration/policy/index.rst | |
parent | 8651aed3bd0f17e44d4a7fb486448a9f0526950f (diff) | |
parent | 546eced065d473ad2a1e2a7ef0bf8def6ff43ab3 (diff) | |
download | vyos-documentation-cf3312318177f02ec33be403ec88eb1438a9892c.tar.gz vyos-documentation-cf3312318177f02ec33be403ec88eb1438a9892c.zip |
Merge branch 'master' of https://github.com/vyos/vyos-documentation
Diffstat (limited to 'docs/configuration/policy/index.rst')
-rw-r--r-- | docs/configuration/policy/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/policy/index.rst b/docs/configuration/policy/index.rst index c772306f..7a329500 100644 --- a/docs/configuration/policy/index.rst +++ b/docs/configuration/policy/index.rst @@ -27,8 +27,9 @@ Example set policy route-map setmet rule 2 set as-path-prepend '2 2 2' # Apply policy to BGP - set protocols bgp 1 neighbor 203.0.113.2 address-family ipv4-unicast route-map import 'setmet' - set protocols bgp 1 neighbor 203.0.113.2 address-family ipv4-unicast soft-reconfiguration 'inbound' + set protocols bgp local-as 1 + set protocols bgp neighbor 203.0.113.2 address-family ipv4-unicast route-map import 'setmet' + set protocols bgp neighbor 203.0.113.2 address-family ipv4-unicast soft-reconfiguration 'inbound' Using 'soft-reconfiguration' we get the policy update without bouncing the neighbor. |