]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd, ospf6d: introduce the "graceful-restart hello-delay" command
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 3 Mar 2023 16:09:20 +0000 (13:09 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 9 May 2023 00:47:44 +0000 (21:47 -0300)
commit0c05ceae008182616af113cb97005801532c3988
treed97c1469064c84386b596733de2573abb6f41f43
parentd8cf2fc52fbcd3f4ada3931574b54f197d59b520
ospfd, ospf6d: introduce the "graceful-restart hello-delay" command

This command makes unplanned GR more reliable by manipulating the
sending of Grace-LSAs and Hello packets for a certain amount of time,
increasing the chance that the neighboring routers are aware of
the ongoing graceful restart before resuming normal OSPF operation.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
15 files changed:
doc/user/ospf6d.rst
doc/user/ospfd.rst
lib/libospf.h
ospf6d/ospf6_gr.c
ospf6d/ospf6_gr.h
ospf6d/ospf6_interface.c
ospf6d/ospf6_interface.h
ospf6d/ospf6_message.c
ospf6d/subdir.am
ospfd/ospf_gr.c
ospfd/ospf_gr.h
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospf_ism.c
ospfd/ospf_vty.c