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/connected/node.def | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/protocols/rip/redistribute/connected/node.def (limited to 'templates/protocols/rip/redistribute/connected/node.def') diff --git a/templates/protocols/rip/redistribute/connected/node.def b/templates/protocols/rip/redistribute/connected/node.def new file mode 100644 index 00000000..9af10ca8 --- /dev/null +++ b/templates/protocols/rip/redistribute/connected/node.def @@ -0,0 +1,16 @@ +help: "Redistribute connected routes" +delete: "touch /tmp/rip-redist-connected.\\$PPID" +end: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ + -c \"no redistribute connected \"; \ + if [ -f \"/tmp/rip-redist-connected.\\$PPID\" ]; then \ + rm -rf /tmp/rip-redist-connected.\\$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 connected \\$COND\"; \ + fi; " -- cgit v1.2.3