summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-08-06 15:50:08 -0700
committerRobert Bays <robert@vyatta.com>2010-08-06 15:50:08 -0700
commit3966df08824342315b4e31e3a60224bd6100ece7 (patch)
tree5e13f0dec37887de5adb4961a8a72f2010ebbdec /templates
parent0773ce1032d07f7f74e2b41c0f160570a8ed66a1 (diff)
downloadvyatta-cfg-quagga-3966df08824342315b4e31e3a60224bd6100ece7.tar.gz
vyatta-cfg-quagga-3966df08824342315b4e31e3a60224bd6100ece7.zip
fix for bug 5937
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/attribute-unchanged/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/attribute-unchanged/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/attribute-unchanged/node.def
index fa360913..2678e539 100644
--- a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/attribute-unchanged/node.def
+++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/attribute-unchanged/node.def
@@ -1,2 +1,2 @@
help: Send BGP attributes unchanged
-commit:expression: $VAR(../../../../peer-group/) == ""; "you can't set attribute-unchanged for a neighbor in a peer-group"
+commit:expression: $VAR(../../../peer-group/) == ""; "you can't set attribute-unchanged for a neighbor in a peer-group"