summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@io.vyatta.com>2009-02-25 14:28:51 -0800
committerStig Thormodsrud <stig@io.vyatta.com>2009-02-25 14:28:51 -0800
commit068853566c433d230b731c53a2363d569096f4b7 (patch)
tree93d3bbfd5285f99fee3090733a2a4dc828fc1f35 /templates/protocols/bgp
parent505178511ac1d12e1aab6c08d6a02e983bbb0535 (diff)
parent6b57dcc5d252cc91505dab1fdd35b35ad4da4150 (diff)
downloadvyatta-cfg-quagga-068853566c433d230b731c53a2363d569096f4b7.tar.gz
vyatta-cfg-quagga-068853566c433d230b731c53a2363d569096f4b7.zip
Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner
Diffstat (limited to 'templates/protocols/bgp')
-rw-r--r--templates/protocols/bgp/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.def b/templates/protocols/bgp/node.def
index 91d7261b..7f7e393f 100644
--- a/templates/protocols/bgp/node.def
+++ b/templates/protocols/bgp/node.def
@@ -5,7 +5,7 @@ comp_help: \1 <1-4294967294>\tAS number
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967294 ; \
"AS number must be between 1 and 4294967294"
create: sudo /opt/vyatta/sbin/quagga-manager start bgpd
-update: vyatta-vtysh -c "configure terminal" -c "router bgp $VAR(@)"
+ vyatta-vtysh -c "configure terminal" -c "router bgp $VAR(@)"
# we need to set default parameters in BGP here since we can't do it in
# startup scripts as we don't know the AS number at that point
update: vyatta-vtysh -c "configure terminal" -c "router bgp $VAR(@)" \