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 ed2c163f..6903c07e 100644
--- a/templates/protocols/ripng/node.def
+++ b/templates/protocols/ripng/node.def
@@ -1,4 +1,4 @@
help: Configure Routing Information Protocol (RIPng) parameters
-create: sudo /opt/vyatta/sbin/quagga-manager start ripngd
- vyatta-vtysh -c "configure terminal" -c "router ripng"
+begin: sudo /opt/vyatta/sbin/quagga-manager start ripngd
+create: vyatta-vtysh -c "configure terminal" -c "router ripng"
delete: vyatta-vtysh -c "configure terminal" -c "no router ripng"