diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-07 09:13:19 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-07 09:13:19 -0700 |
commit | 495f3b830b19c58ec2dc5ca1b9fee91b1d252cf7 (patch) | |
tree | 292b9d390a64703e94424f39a2eb92a38915713d /templates/protocols/bgp/node.def | |
parent | 580b08fdb0c476cce9713f06491997c5214b7663 (diff) | |
download | vyatta-cfg-quagga-495f3b830b19c58ec2dc5ca1b9fee91b1d252cf7.tar.gz vyatta-cfg-quagga-495f3b830b19c58ec2dc5ca1b9fee91b1d252cf7.zip |
Get rid of update action
There were several problems with the quagga-manager update.
1) can not have multiple end: tags in same tree path
2) can not shutdown bgp without losing policy
3) watchquagga timing races
Diffstat (limited to 'templates/protocols/bgp/node.def')
-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 7f7e393f..7548ad6d 100644 --- a/templates/protocols/bgp/node.def +++ b/templates/protocols/bgp/node.def @@ -11,4 +11,4 @@ create: sudo /opt/vyatta/sbin/quagga-manager start bgpd 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(@)" -end: sudo /opt/vyatta/sbin/quagga-manager update + |