]> git.ipfire.org Git - thirdparty/bird.git/commit - nest/rt-table.c
BGP graceful restart support.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 20 Mar 2014 13:07:12 +0000 (14:07 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 20 Mar 2014 13:07:12 +0000 (14:07 +0100)
commit0c791f873aeb7c1052c97db7da4fe23873d69603
tree48496c5965cb6e9f54d7863827c35054c3697c19
parent4e398e34bf140baf73fe8dceaf81078fb343f65a
BGP graceful restart support.

Also significant core protocol state changes needed for that,
global graceful restart recovery state and kernel proto support
for recovery.
18 files changed:
conf/conf.c
conf/conf.h
doc/reply_codes
lib/lists.h
nest/cmds.c
nest/config.Y
nest/proto.c
nest/protocol.h
nest/route.h
nest/rt-table.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/bgp/packets.c
sysdep/unix/krt.Y
sysdep/unix/krt.c
sysdep/unix/krt.h
sysdep/unix/main.c