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/ripng | |
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/ripng')
-rw-r--r-- | templates/protocols/ripng/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def index 9b0d1f5b..ed2c163f 100644 --- a/templates/protocols/ripng/node.def +++ b/templates/protocols/ripng/node.def @@ -2,4 +2,3 @@ help: Configure Routing Information Protocol (RIPng) parameters create: sudo /opt/vyatta/sbin/quagga-manager start ripngd vyatta-vtysh -c "configure terminal" -c "router ripng" delete: vyatta-vtysh -c "configure terminal" -c "no router ripng" -end: sudo /opt/vyatta/sbin/quagga-manager update |