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, 1 insertions, 3 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def
index 73f86c92..61c30b01 100644
--- a/templates/protocols/ripng/node.def
+++ b/templates/protocols/ripng/node.def
@@ -1,5 +1,3 @@
help: Configure Routing Information Protocol (RIPng) parameters
-create: sudo ${vyatta_sbindir}/vyatta-protocol start ripngd
- vyatta-vtysh -c "configure terminal" -c "router ripng"
+create: vyatta-vtysh -c "configure terminal" -c "router ripng"
delete: vyatta-vtysh -c "configure terminal" -c "no router ripng"
- sudo ${vyatta_sbindir}/vyatta-protocol stop ripngd