From 83331a0a334130cc438805c124fd05d93eddd5d0 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Fri, 12 Oct 2007 16:48:14 -0700 Subject: First cut of RIP new cli. Fix filename on vyatta_policy.pl. --- templates/protocols/rip/redistribute/static/node.def | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/protocols/rip/redistribute/static/node.def (limited to 'templates/protocols/rip/redistribute/static/node.def') diff --git a/templates/protocols/rip/redistribute/static/node.def b/templates/protocols/rip/redistribute/static/node.def new file mode 100644 index 00000000..8cbbfc1b --- /dev/null +++ b/templates/protocols/rip/redistribute/static/node.def @@ -0,0 +1,16 @@ +help: "Redistribute static routes" +delete: "touch /tmp/rip-redist-static.\\$PPID" +end: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ + -c \"no redistribute static \"; \ + if [ -f \"/tmp/rip-redist-static.\\$PPID\" ]; then \ + rm -rf /tmp/rip-redist-static.\\$PPID; \ + else \ + if [ -n \"$(./metric/@)\" ]; then \ + COND=\"metric $(./metric/@)\"; + fi; \ + if [ -n \"$(./route-map/@)\" ]; then \ + COND=\"\\$COND route-map $(./route-map/@)\"; \ + fi; \ + /usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ + -c \"redistribute static \\$COND\"; \ + fi; " -- cgit v1.2.3