]> 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)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 13 Apr 2016 12:37:09 +0000 (14:37 +0200)
commita7baa09862e6b4856cd66197c6bd74c7df336b8f
tree323e453c150273bb6d15bb19881affc8b43b6edf
parent43fc6bb0fb720762f12124076e2241855741ceb5
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