From 495f3b830b19c58ec2dc5ca1b9fee91b1d252cf7 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 7 May 2009 09:13:19 -0700 Subject: 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 --- templates/protocols/bgp/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/protocols/bgp') 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 + -- cgit v1.2.3