summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/redistribute/connected/node.def
blob: 46dc83f3b332562bd05bd4d1a8f1a5a960238b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
help: "Redistribute connected routes"
delete: "touch /tmp/rip-redist-connected.\\$PPID" 
end: "\\${vyatta_sbindir}/vyatta-vtysh.pl -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; \
        \\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
          -c \"redistribute connected \\$COND\"; \
      fi; "