]> git.ipfire.org Git - thirdparty/strongswan.git/commit
kernel-vpp: Add kernel plugin for the FD.io Vector Packet Processor (VPP)
authorFrancois ten Krooden <ftk@nanoteq.com>
Wed, 18 Oct 2023 09:52:09 +0000 (11:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 27 Oct 2023 12:13:46 +0000 (14:13 +0200)
commita5fea1a07125afea1543a8fb7fe9a5f30eb3e715
tree0a8e869485bba5bc441fcf2f663b73ebdfba16a2
parent54388bdb8663c9122fea702ce834a8bc5fc4b34f
kernel-vpp: Add kernel plugin for the FD.io Vector Packet Processor (VPP)

This is quite simple at the moment and basically only provides
installation of SAs and policies into VPP.

Co-authored-by: Tobias Brunner <tobias@strongswan.org>
conf/Makefile.am
conf/plugins/kernel-vpp.opt [new file with mode: 0644]
configure.ac
src/libcharon/Makefile.am
src/libcharon/plugins/kernel_vpp/Makefile.am [new file with mode: 0644]
src/libcharon/plugins/kernel_vpp/kernel_vpp_ipsec.c [new file with mode: 0644]
src/libcharon/plugins/kernel_vpp/kernel_vpp_ipsec.h [new file with mode: 0644]
src/libcharon/plugins/kernel_vpp/kernel_vpp_plugin.c [new file with mode: 0644]
src/libcharon/plugins/kernel_vpp/kernel_vpp_plugin.h [new file with mode: 0644]