summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/route/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/route/node.def')
-rw-r--r--templates/protocols/ripng/route/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ripng/route/node.def b/templates/protocols/ripng/route/node.def
index bed064e4..e0e05796 100644
--- a/templates/protocols/ripng/route/node.def
+++ b/templates/protocols/ripng/route/node.def
@@ -4,11 +4,11 @@ help: Set RIPng static route
syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)"
-create: vyatta-vtysh -c "configure terminal" \
+create: vtysh -c "configure terminal" \
-c "router ripng" \
-c "route $VAR(@)"
-delete: vyatta-vtysh -c "configure terminal" \
+delete: vtysh -c "configure terminal" \
-c "router ripng" \
-c "no route $VAR(@)"