]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Dynamic BGP
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 8 Apr 2019 15:05:07 +0000 (17:05 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 30 Apr 2019 11:32:39 +0000 (13:32 +0200)
commite0835db4f137c1686c26165053ec9c0578b94009
treec2a1df271b3bdbb1c48231849eb4d5ed7a607a2a
parentdf092aa1def0419da74f15bd20582fab4ec09207
BGP: Dynamic BGP

Support for dynamically spawning BGP protocols for incoming connections.
Use 'neighbor range' to specify range of valid neighbor addresses, then
incoming connections from these addresses spawn new BGP instances.
conf/cf-lex.l
conf/conf.h
nest/proto.c
nest/protocol.h
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
sysdep/unix/io.c