]> git.ipfire.org Git - thirdparty/bird.git/commit
BSD: Add the IPsec SA/SP database entries control
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 13 Apr 2016 12:30:28 +0000 (14:30 +0200)
committerPavel Tvrdik <pawel.tvrdik@gmail.com>
Tue, 3 May 2016 07:25:37 +0000 (09:25 +0200)
commit6319c401989b88abe0a7f60547f95f9df629b996
treefc610712e493d06eac9a1b02e7c7d20277d07e97
parent326ab26e621c79652025ec1de7ab205eb6cc2a62
BSD: Add the IPsec SA/SP database entries control

Add code for manipulation with TCP-MD5 keys in the IPsec SA/SP database
at FreeBSD systems. Now, BGP MD5 authentication (RFC 2385) keys are
handled automatically on both Linux and FreeBSD.

Based on patches from Pavel Tvrdik.
doc/bird.sgml
lib/socket.h
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
sysdep/bsd/Modules
sysdep/bsd/setkey.h [new file with mode: 0644]
sysdep/bsd/sysio.h
sysdep/linux/sysio.h
sysdep/unix/io.c