summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/node.def')
-rw-r--r--templates/protocols/ripng/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def
index a4c4c9d4..9b0d1f5b 100644
--- a/templates/protocols/ripng/node.def
+++ b/templates/protocols/ripng/node.def
@@ -1,5 +1,5 @@
help: Configure Routing Information Protocol (RIPng) parameters
-begin: sudo /opt/vyatta/sbin/quagga-manager start ripngd
-create: vyatta-vtysh -c "configure terminal" -c "router ripng"
+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