diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-09-25 17:41:18 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-09-25 17:41:18 +0200 |
commit | 6b8c6f431377d1e3c12beeccafedfbd64f61f6bf (patch) | |
tree | afe20af95d875f960afb358a1af1a43173a6306f /templates/protocols | |
parent | 70215a16a8c535f6868c42e3caf6d5849b36ed44 (diff) | |
download | vyatta-cfg-quagga-6b8c6f431377d1e3c12beeccafedfbd64f61f6bf.tar.gz vyatta-cfg-quagga-6b8c6f431377d1e3c12beeccafedfbd64f61f6bf.zip |
T849: fix remove-private AS iBGP vs eBGP check.
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/remove-private-as/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/remove-private-as/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/remove-private-as/node.def index 091b13b1..82dde319 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/remove-private-as/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv4-unicast/remove-private-as/node.def @@ -1,2 +1,2 @@ help: Remove private AS numbers from AS path in outbound IPv4-route updates -commit:expression: $VAR(../remote-as/@) != $VAR(../../@); "you can't set remove-private-as for an iBGP peer" +commit:expression: $VAR(../../../remote-as/@) != $VAR(../../../../@); "you can't set remove-private-as for an iBGP peer" |