]> git.puffer.fish Git - matthieu/frr.git/commit
OSPF refreshTimerMsecs in json output is off
authorDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 13 May 2016 18:19:56 +0000 (18:19 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 13 May 2016 18:19:56 +0000 (18:19 +0000)
commit54b7214fb9bb6a0bf138ee4dcdf54e64e7753f4d
treef801b80fb1b50e9172cec3018fa62cb77ed5f1a8
parent5e1338984210ad29c21d8f0ee3c65c10fb7cb402
OSPF refreshTimerMsecs in json output is off

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-10960

The timer is in seconds and was being divided by 1000 instead of
multiplying by 1000 when converting to ms.
ospfd/ospf_vty.c