summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/node.def
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-07 09:13:19 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-07 09:13:19 -0700
commit495f3b830b19c58ec2dc5ca1b9fee91b1d252cf7 (patch)
tree292b9d390a64703e94424f39a2eb92a38915713d /templates/protocols/bgp/node.def
parent580b08fdb0c476cce9713f06491997c5214b7663 (diff)
downloadvyatta-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.def2
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
+