Skip to content

Commit 095c9c7

Browse files
arm64: pinenote_defconfig: Enable modules for IPsec
Enable the modules for strongSwan's IPsec support. While at it, also enable ``INET_DIAG`` as that's really useful. Link: https://docs.strongswan.org/docs/latest/install/kernelModules.html
1 parent 49192a7 commit 095c9c7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

arch/arm64/configs/pinenote_defconfig

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,13 @@ CONFIG_BRIDGE_VLAN_FILTERING=y
939939
##
940940
## file: net/ipv4/Kconfig
941941
##
942+
CONFIG_IP_ADVANCED_ROUTER=y
943+
CONFIG_IP_MULTIPLE_TABLES=y
942944
CONFIG_SYN_COOKIES=y
945+
CONFIG_INET_AH=m
943946
CONFIG_INET_ESP=m
944-
# CONFIG_INET_DIAG is not set
947+
CONFIG_INET_IPCOMP=m
948+
CONFIG_INET_DIAG=m
945949

946950
##
947951
## file: net/ipv4/netfilter/Kconfig
@@ -956,7 +960,12 @@ CONFIG_IP_NF_MANGLE=m
956960
##
957961
## file: net/ipv6/Kconfig
958962
##
959-
# CONFIG_IPV6_SIT is not set
963+
CONFIG_IPV6=y
964+
CONFIG_INET6_AH=m
965+
CONFIG_INET6_ESP=m
966+
CONFIG_INET6_IPCOMP=m
967+
CONFIG_IPV6_SIT=m
968+
CONFIG_IPV6_MULTIPLE_TABLES=y
960969

961970
##
962971
## file: net/ipv6/netfilter/Kconfig
@@ -983,12 +992,13 @@ CONFIG_NFT_REDIR=m
983992
CONFIG_NFT_REJECT=m
984993
CONFIG_NFT_COMPAT=m
985994
CONFIG_NFT_HASH=m
986-
CONFIG_NETFILTER_XTABLES=y
995+
CONFIG_NETFILTER_XTABLES=m
987996
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
988997
CONFIG_NETFILTER_XT_TARGET_MARK=m
989998
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
990999
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
9911000
CONFIG_NETFILTER_XT_MATCH_IPVS=m
1001+
CONFIG_NETFILTER_XT_MATCH_POLICY=m
9921002

9931003
##
9941004
## file: net/netfilter/ipvs/Kconfig

0 commit comments

Comments
 (0)