diff options
author | zsdc <taras@vyos.io> | 2019-12-31 23:01:42 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2019-12-31 23:01:42 +0200 |
commit | 6c7838254a321ec9764e4b79c4ac7aab11e7050a (patch) | |
tree | 5e4c305b8d3904ccfda60db6c87600481eb377f7 /templates/protocols/bgp | |
parent | abc247ede51f338410b676da9cffe106f17b9abc (diff) | |
download | vyatta-cfg-quagga-6c7838254a321ec9764e4b79c4ac7aab11e7050a.tar.gz vyatta-cfg-quagga-6c7838254a321ec9764e4b79c4ac7aab11e7050a.zip |
BGP: T1817: Added nexthop-self force option
A simple "nexthop-self" command does not affect route-reflector clients, we need to additionally use "force" for them.
This change adding "force" to both ipv4-unicast and ipv6-unicast families in neighbor and peer-group sections.
Diffstat (limited to 'templates/protocols/bgp')
4 files changed, 4 insertions, 0 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/nexthop-self/force/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/nexthop-self/force/node.def new file mode 100644 index 00000000..e78bd2e5 --- /dev/null +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/nexthop-self/force/node.def @@ -0,0 +1 @@ +help: Set the next hop to self for reflected routes diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/nexthop-self/force/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/nexthop-self/force/node.def new file mode 100644 index 00000000..e78bd2e5 --- /dev/null +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/nexthop-self/force/node.def @@ -0,0 +1 @@ +help: Set the next hop to self for reflected routes diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv4-unicast/nexthop-self/force/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv4-unicast/nexthop-self/force/node.def new file mode 100644 index 00000000..e78bd2e5 --- /dev/null +++ b/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv4-unicast/nexthop-self/force/node.def @@ -0,0 +1 @@ +help: Set the next hop to self for reflected routes diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/nexthop-self/force/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/nexthop-self/force/node.def new file mode 100644 index 00000000..e78bd2e5 --- /dev/null +++ b/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/nexthop-self/force/node.def @@ -0,0 +1 @@ +help: Set the next hop to self for reflected routes |