]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Fix ospf timers command
authorChirag Shah <chirag@cumulusnetworks.com>
Fri, 2 Jun 2017 22:35:25 +0000 (15:35 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Fri, 2 Jun 2017 22:49:13 +0000 (15:49 -0700)
commit3ba26039264381b6c575dbc66d94d186021cae60
treef161bbdf7b47556f36d64d62b5e0ce573948f150
parentf0683d22277017e5a93798ce88a06fc7927dc326
ospfd: Fix ospf timers command

ospf timers related commands under router ospf were not accepted
due to incorrect argument count check.

timers throttle lsa all (0-5000)
timers throttle spf (0-600000) (0-600000) (0-600000)
timers lsa arrival (0-1000)
timers lsa min-arrival (0-600000)

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospfd/ospf_vty.c