]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_vty.c
ospfd : Fix for ospf dead interval and hello due.
authorKaushik <kaushik@niralnetworks.com>
Sat, 19 Sep 2020 07:29:25 +0000 (00:29 -0700)
committerKaushik <kaushik@niralnetworks.com>
Sat, 19 Sep 2020 07:29:25 +0000 (00:29 -0700)
commit182d6bdc160ea1cc23b790029dd64a3f138070a5
tree36897305c88c4db6e18eb49437b5e5b1b0fb8839
parent70d400cefa05bdd6fa64ed6fdb42d082a6a5bc25
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