diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-07-09 18:29:13 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-07-09 18:29:13 -0700 |
commit | 94e3e519ddb67e70e47015fca552fec264039c80 (patch) | |
tree | a9cc1ab2c8703ffc692774d267d7ba7158c650c0 /templates/protocols/bgp/node.def | |
parent | 33336fff1ce8845fdd39686342975b1349c59467 (diff) | |
parent | 1727949b57428d94569130e84c77a12d7a2a71fb (diff) | |
download | vyatta-cfg-quagga-94e3e519ddb67e70e47015fca552fec264039c80.tar.gz vyatta-cfg-quagga-94e3e519ddb67e70e47015fca552fec264039c80.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood
Diffstat (limited to 'templates/protocols/bgp/node.def')
-rw-r--r-- | templates/protocols/bgp/node.def | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/protocols/bgp/node.def b/templates/protocols/bgp/node.def index 8e21f914..27d29523 100644 --- a/templates/protocols/bgp/node.def +++ b/templates/protocols/bgp/node.def @@ -6,9 +6,6 @@ syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967294 ; \ "AS number must be between 1 and 4294967294" begin: sudo /opt/vyatta/sbin/quagga-manager start bgpd create: 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(@)" \ - -c "bgp network import-check" delete: vyatta-vtysh -c "configure terminal" -c "no router bgp $VAR(@)" + |