Skip to content
Snippets Groups Projects
Commit ae3e232b authored by André Valentin's avatar André Valentin Committed by Hans Dedecker
Browse files

netsupport: add xfrmi interface support


Add support for xfrm interfaces in kernel. XFRM interfaces are used by
the IPsec stack for tunneling.
XFRM interfaces are available since linux 4.19.

Signed-off-by: default avatarAndré Valentin <avalentin@marcant.net>
parent 0e1d07af
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,22 @@ endef
$(eval $(call KernelPackage,ip6-vti))
define KernelPackage/xfrm-interface
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IPsec XFRM Interface
DEPENDS:=+kmod-ipsec4 +kmod-ipsec6 @!LINUX_4_14
KCONFIG:=CONFIG_XFRM_INTERFACE
FILES:=$(LINUX_DIR)/net/xfrm/xfrm_interface.ko
AUTOLOAD:=$(call AutoLoad,33,xfrm_interface)
endef
define KernelPackage/xfrm-interface/description
Kernel module for XFRM interface support
endef
$(eval $(call KernelPackage,xfrm-interface))
define KernelPackage/iptunnel4
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IPv4 tunneling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment