diff options
author | Stig Thormodsrud <stig@io.vyatta.com> | 2009-02-25 14:28:51 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@io.vyatta.com> | 2009-02-25 14:28:51 -0800 |
commit | 068853566c433d230b731c53a2363d569096f4b7 (patch) | |
tree | 93d3bbfd5285f99fee3090733a2a4dc828fc1f35 /templates/protocols/bgp | |
parent | 505178511ac1d12e1aab6c08d6a02e983bbb0535 (diff) | |
parent | 6b57dcc5d252cc91505dab1fdd35b35ad4da4150 (diff) | |
download | vyatta-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.def | 2 |
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(@)" \ |