]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Shutdown communication (RFC 8203)
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 19 Sep 2017 17:55:37 +0000 (19:55 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 19 Sep 2017 17:57:52 +0000 (19:57 +0200)
commitcd1d99611e445c9fe2452d05627ccfc624f35c39
treeeeae5838682bbc556ebf291423505a77164192e2
parent7b2c5f3d2826e3175bf31b1c36056c9efc587a2b
BGP: Shutdown communication (RFC 8203)

The patch implements BGP Administrative Shutdown Communication (RFC 8203)
allowing BGP operators to pass messages related to BGP session
administrative shutdown/restart. It handles both transmit and receive of
shutdown messages. Messages are logged and may be displayed by show
protocol all command.

Thanks to Job Snijders for the basic patch.
nest/config.Y
nest/proto.c
nest/protocol.h
proto/babel/packets.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/packets.c