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.def12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/protocols/rip/route/node.def b/templates/protocols/rip/route/node.def
index 5983d3a8..bb2be03f 100644
--- a/templates/protocols/rip/route/node.def
+++ b/templates/protocols/rip/route/node.def
@@ -1,9 +1,9 @@
multi:
type: ipv4net
-help: "RIP static route configuration"
-syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)"
-create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
- -c \"route $(@)\" "
-delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
- -c \"no route $(@)\" "
+help: RIP static route configuration
+syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)"
+create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
+ -c \"route $VAR(@)\" "
+delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
+ -c \"no route $VAR(@)\" "