]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Support for MD5SIG together with remote range
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 27 Feb 2020 15:16:48 +0000 (16:16 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 27 Feb 2020 16:29:17 +0000 (17:29 +0100)
commit757cab18d6427d9246618ce48c158f2b05183838
tree3dc5a4d2923be9e5e54f374f9788635428269423
parent22c3cf955dbbb65aa29e322efa70dabb749f0232
BGP: Support for MD5SIG together with remote range

When dynamic BGP with remote range is configured, MD5SIG needs to use
newer socket option (TCP_MD5SIG_EXT) to specify remote addres range for
listening socket.

Thanks to Adam KuĊ‚agowski for the suggestion.
lib/socket.h
proto/bgp/bgp.c
sysdep/bsd/setkey.h
sysdep/bsd/sysio.h
sysdep/linux/sysio.h
sysdep/unix/io.c