summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/refresh/timers/node.def
blob: fe1813591fcd57edee6e8ad871de5bd690d07952 (plain)
1
2
3
4
5
6
7
8
type: u32
help: "Set refresh timer"
syntax: $(@) >= 10 && $(@) <= 1800; "must be between 10-1800"
update: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
        -c \"no refresh timer\" -c \"refresh timer $(@)\"; "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
        -c \"no refresh timer $(@)\"; "
#comp_help: <10-1800> Timer value in seconds