summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
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/ospf
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/ospf')
-rw-r--r--templates/protocols/ospf/node.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/ospf/node.def b/templates/protocols/ospf/node.def
index dfae4396..555e9dba 100644
--- a/templates/protocols/ospf/node.def
+++ b/templates/protocols/ospf/node.def
@@ -2,4 +2,3 @@ help: Configure Open Shortest Path First protocol (OSPF) parameters
create: sudo /opt/vyatta/sbin/quagga-manager start ospfd
vyatta-vtysh -c "configure terminal" -c "router ospf"
delete: vyatta-vtysh -c "configure terminal" -c "no router ospf"
-end: sudo /opt/vyatta/sbin/quagga-manager update