]> git.puffer.fish Git - mirror/frr.git/commit
ospfd : Fix for ospf dead interval and hello due.
authorKaushik <kaushik@niralnetworks.com>
Sat, 19 Sep 2020 07:29:25 +0000 (00:29 -0700)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:25 +0000 (15:54 +0300)
commitde7ae9d88986bf6509248c97523a442822b71569
treead38f0e8d142d95e052a94e7a265f6dd4448039d
parentc5642a4f88ad1e3e201f90d4e8f7fca44026a5c2
ospfd : Fix for ospf dead interval and hello due.

1. Ospf dead-interval will be set as 4 times of hello-interval, incase
if it is not set by using "ip ospf dead-interval <dead-val>".
2. On resetting hello-interval using "no ip ospf hello-interval" the
dead interval and hello due will be changed accordingly.

Signed-off-by: Kaushik <kaushik@niralnetworks.com>
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospf_vty.c