summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/redistribute/ospf/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/rip/redistribute/ospf/node.def')
-rw-r--r--templates/protocols/rip/redistribute/ospf/node.def22
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/protocols/rip/redistribute/ospf/node.def b/templates/protocols/rip/redistribute/ospf/node.def
index cc95c6a5..04c43c83 100644
--- a/templates/protocols/rip/redistribute/ospf/node.def
+++ b/templates/protocols/rip/redistribute/ospf/node.def
@@ -1,17 +1,17 @@
-help: "Redistribute OSPF routes"
-delete: "touch /tmp/rip-redist-ospf.\\$PPID"
-end: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
+help: Redistribute OSPF routes
+delete:expression: "touch /tmp/rip-redist-ospf.$PPID"
+end:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
-c \"no redistribute ospf \"; \
- if [ -f \"/tmp/rip-redist-ospf.\\$PPID\" ]; then \
- rm -rf /tmp/rip-redist-ospf.\\$PPID; \
+ if [ -f \"/tmp/rip-redist-ospf.$PPID\" ]; then \
+ rm -rf /tmp/rip-redist-ospf.$PPID; \
else \
- if [ -n \"$(./metric/@)\" ]; then \
- COND=\"metric $(./metric/@)\";
+ if [ -n \"$VAR(./metric/@)\" ]; then \
+ COND=\"metric $VAR(./metric/@)\";
fi; \
- if [ -n \"$(./route-map/@)\" ]; then \
- COND=\"\\$COND route-map $(./route-map/@)\"; \
+ if [ -n \"$VAR(./route-map/@)\" ]; then \
+ COND=\"$COND route-map $VAR(./route-map/@)\"; \
fi; \
- \\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
- -c \"redistribute ospf \\$COND\"; \
+ ${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
+ -c \"redistribute ospf $COND\"; \
fi; "