summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/interface/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/interface/node.def')
-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 e55355f4..3df2dd3e 100644
--- a/templates/protocols/ripng/interface/node.def
+++ b/templates/protocols/ripng/interface/node.def
@@ -8,8 +8,8 @@ commit:expression: exec " \
exit 1 ; \
fi ; "
-create: vyatta-vtysh -c "configure terminal" -c "router ripng" \
+create: vtysh -c "configure terminal" -c "router ripng" \
-c "network $VAR(@)"
-delete: vyatta-vtysh -c "configure terminal" -c "router ripng" \
+delete: vtysh -c "configure terminal" -c "router ripng" \
-c "no network $VAR(@)"