]> git.ipfire.org Git - thirdparty/strongswan.git/commit
kernel-netlink: Add utility to create XFRM interfaces
authorTobias Brunner <tobias@strongswan.org>
Fri, 1 Feb 2019 08:28:10 +0000 (09:28 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 3 Apr 2019 10:00:08 +0000 (12:00 +0200)
commit888593bb5b6aed37ed05235f0918651a67c194a3
tree364bf875a293c1526abe1cc854e3b1a0b27b30c3
parent735f9e6eb6194557d0a7043c9a08b1cbaf26600e
kernel-netlink: Add utility to create XFRM interfaces

This is mainly to see what's necessary to create them (in case we
integrate this into the daemon) and to experiment in our testing
environment without having to add a patched version of iproute2 (the
4.20.0 version in stretch-backports doesn't support XFRM interfaces
yet).  The regular version of iproute2 can be used for other operations
with these interfaces (delete, up, addrs etc.).
src/libcharon/plugins/kernel_netlink/.gitignore
src/libcharon/plugins/kernel_netlink/Makefile.am
src/libcharon/plugins/kernel_netlink/xfrmi.c [new file with mode: 0644]