]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Add command to request graceful restart
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 18 Jun 2019 14:27:21 +0000 (16:27 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 19:29:24 +0000 (21:29 +0200)
commit8a68316eb96be1fecf91ca395f3321aa99997ad2
treec38f9ef7d4733585c4658af5badbfa5f1a5e2ede
parentbdf2e55d98636eacaac8188ee0bd000cc10d217c
Nest: Add command to request graceful restart

When 'graceful down' command is entered, protocols are shut down
with regard to graceful restart. Namely Kernel protocol does
not remove routes and BGP protocol does not send notification,
just closes the connection.
conf/conf.c
conf/conf.h
doc/reply_codes
nest/proto.c
nest/protocol.h
proto/bgp/bgp.c
proto/bgp/bgp.h
sysdep/unix/config.Y
sysdep/unix/krt.c
sysdep/unix/main.c
sysdep/unix/unix.h