File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
942944CONFIG_SYN_COOKIES=y
945+ CONFIG_INET_AH=m
943946CONFIG_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
983992CONFIG_NFT_REJECT=m
984993CONFIG_NFT_COMPAT=m
985994CONFIG_NFT_HASH=m
986- CONFIG_NETFILTER_XTABLES=y
995+ CONFIG_NETFILTER_XTABLES=m
987996CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
988997CONFIG_NETFILTER_XT_TARGET_MARK=m
989998CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
990999CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
9911000CONFIG_NETFILTER_XT_MATCH_IPVS=m
1001+ CONFIG_NETFILTER_XT_MATCH_POLICY=m
9921002
9931003##
9941004## file: net/netfilter/ipvs/Kconfig
You can’t perform that action at this time.
0 commit comments