summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/interface
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/interface')
-rw-r--r--templates/protocols/ripng/interface/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ripng/interface/node.def b/templates/protocols/ripng/interface/node.def
index 2dd9243e..4aa81139 100644
--- a/templates/protocols/ripng/interface/node.def
+++ b/templates/protocols/ripng/interface/node.def
@@ -8,11 +8,11 @@ syntax:expression: exec " \
exit 1 ; \
fi ; "
-create: vtysh -c "configure terminal" \
+create: vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
-c "network $VAR(@)"
-delete: vtysh -c "configure terminal" \
+delete: vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
-c "no network $VAR(@)"