]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: Support for graceful restart
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 18:12:59 +0000 (20:12 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 19:30:41 +0000 (21:30 +0200)
commit1a2ad348f660b150265f6df759a07de8a2b6de2f
treed64846d56a79178a34e865440b3b87d970c13fd4
parent8a68316eb96be1fecf91ca395f3321aa99997ad2
OSPF: Support for graceful restart

Implement OSPFv2 (RFC 3623) and OSPFv3 (RFC 5187) graceful restart,
for both restarting and helper sides. Graceful restart is initiated
by 'graceful down' command.
13 files changed:
proto/ospf/config.Y
proto/ospf/dbdes.c
proto/ospf/iface.c
proto/ospf/lsalib.c
proto/ospf/lsalib.h
proto/ospf/lsupd.c
proto/ospf/neighbor.c
proto/ospf/ospf.c
proto/ospf/ospf.h
proto/ospf/rt.c
proto/ospf/rt.h
proto/ospf/topology.c
proto/ospf/topology.h