summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/timers/node.def
blob: 94a46fb61492fd8553bf17a11012fc47211b0e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
help: Set RIP timer values
delete:expression: "touch /tmp/rip-timers.$PPID"
end:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
        -c \"no timers basic\"; \
      if [ -f \"/tmp/rip-timers.$PPID\" ]; then \
        rm -rf /tmp/rip-timers.$PPID; \
      else \
        ${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
          -c \"timers basic $VAR(./update/@) $VAR(./timeout/@) $VAR(./garbage-collection/@)\"; \
      fi; "