diff options
Diffstat (limited to 'templates/protocols/ospf/timers/throttle/spf/node.def')
-rw-r--r-- | templates/protocols/ospf/timers/throttle/spf/node.def | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/protocols/ospf/timers/throttle/spf/node.def b/templates/protocols/ospf/timers/throttle/spf/node.def deleted file mode 100644 index a80e7bcc..00000000 --- a/templates/protocols/ospf/timers/throttle/spf/node.def +++ /dev/null @@ -1,12 +0,0 @@ -help: OSPF SPF timers -delete: touch /tmp/ospf-timer.$PPID -end: if [ -f "/tmp/ospf-timer.$PPID" ]; then - vtysh -c "configure terminal" \ - -c "router ospf" \ - -c "no timers throttle spf"; - rm /tmp/ospf-timer.$PPID; - else - vtysh -c "configure terminal" \ - -c "router ospf" \ - -c "timers throttle spf $VAR(delay/@) $VAR(initial-holdtime/@) $VAR(max-holdtime/@)"; - fi; |