diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-12 17:49:35 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-12 17:49:35 -0700 |
commit | 8e4d2bbe7fcf2c7df332fed46fd782aaf80d2a80 (patch) | |
tree | 06aebeb94ed0cc643030c6b3db2cb2f4c1df0508 /templates/protocols | |
parent | ce03244c4498a21e82a3ad6417ac667e67549bfb (diff) | |
download | vyatta-cfg-quagga-8e4d2bbe7fcf2c7df332fed46fd782aaf80d2a80.tar.gz vyatta-cfg-quagga-8e4d2bbe7fcf2c7df332fed46fd782aaf80d2a80.zip |
further fix for bug 5810
Diffstat (limited to 'templates/protocols')
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/disable-send-community/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/disable-send-community/node.def index c77a13c4..1af3f9c5 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/disable-send-community/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/disable-send-community/node.def @@ -1,2 +1,2 @@ help: Set to not send community attributes to this neighbor -commit:expression: ($VAR(./extended/) != "") || ($VAR(./standard/) != ""); "protocols bgp $(../../../../@) neighbor $(../../../@): you must specify the type of community" +commit:expression: ($VAR(./extended/) != "") || ($VAR(./standard/) != ""); "protocols bgp $VAR(../../../../@) neighbor $VAR(../../../@): you must specify the type of community" diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/disable-send-community/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/disable-send-community/node.def index 824d3677..fc7dd194 100644 --- a/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/disable-send-community/node.def +++ b/templates/protocols/bgp/node.tag/peer-group/node.tag/address-family/ipv6-unicast/disable-send-community/node.def @@ -1,2 +1,2 @@ help: Set to not send community attributes to this peer-group -commit:expression: ($VAR(./extended/) != "") || ($VAR(./standard/) != ""); "protocols bgp $(../../../../@) peer-group $(../../../@): you must specify the type of community" +commit:expression: ($VAR(./extended/) != "") || ($VAR(./standard/) != ""); "protocols bgp $VAR(../../../../@) peer-group $VAR(../../../@): you must specify the type of community" |