summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/route/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/rip/route/node.def')
-rw-r--r--templates/protocols/rip/route/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/rip/route/node.def b/templates/protocols/rip/route/node.def
index 327c9d09..5983d3a8 100644
--- a/templates/protocols/rip/route/node.def
+++ b/templates/protocols/rip/route/node.def
@@ -2,8 +2,8 @@ multi:
type: ipv4net
help: "RIP static route configuration"
syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)"
-create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
+create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
-c \"route $(@)\" "
-delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
+delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
-c \"no route $(@)\" "