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 f62343a0..e45f069c 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: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
+create: vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
-c "network $VAR(@)"
-delete: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
+delete: vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
-c "no network $VAR(@)" "