aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-lts/config-virt.x86
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-12-27 19:03:17 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2020-01-02 10:14:30 +0000
commitc1a44df21adc1008b4d6432e9c841bdabfcf8ba4 (patch)
treeb92182f7cfbfa07268b1dfa2a387bb3c9a9848c3 /main/linux-lts/config-virt.x86
parentdb41b322f2c3ac9e1007ce1f77d8784b9b80b455 (diff)
downloadaports-c1a44df21adc1008b4d6432e9c841bdabfcf8ba4.tar.bz2
aports-c1a44df21adc1008b4d6432e9c841bdabfcf8ba4.tar.xz
main/linux-lts: enable NFT_FIB_IPV4, NFT_FIB_IPV6
enable NFT_FIB_IPV4 and NFT_FIB_IPV6 modules for now it these are not enabled on s390x and ppc64le because don't have access to these machines fixes: #11058
Diffstat (limited to 'main/linux-lts/config-virt.x86')
-rw-r--r--main/linux-lts/config-virt.x867
1 files changed, 5 insertions, 2 deletions
diff --git a/main/linux-lts/config-virt.x86 b/main/linux-lts/config-virt.x86
index 3ea5f280be..d38c0f45b6 100644
--- a/main/linux-lts/config-virt.x86
+++ b/main/linux-lts/config-virt.x86
@@ -1057,6 +1057,8 @@ CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_COMPAT=m
CONFIG_NFT_HASH=m
+CONFIG_NFT_FIB=m
+# CONFIG_NFT_FIB_INET is not set
# CONFIG_NFT_XFRM is not set
# CONFIG_NFT_SOCKET is not set
# CONFIG_NFT_OSF is not set
@@ -1065,6 +1067,7 @@ CONFIG_NFT_HASH=m
CONFIG_NF_DUP_NETDEV=m
CONFIG_NFT_DUP_NETDEV=m
CONFIG_NFT_FWD_NETDEV=m
+# CONFIG_NFT_FIB_NETDEV is not set
CONFIG_NF_FLOW_TABLE_INET=m
CONFIG_NF_FLOW_TABLE=m
CONFIG_NETFILTER_XTABLES=m
@@ -1233,7 +1236,7 @@ CONFIG_NF_TPROXY_IPV4=m
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_REJECT_IPV4=m
CONFIG_NFT_DUP_IPV4=m
-# CONFIG_NFT_FIB_IPV4 is not set
+CONFIG_NFT_FIB_IPV4=m
CONFIG_NF_TABLES_ARP=y
CONFIG_NF_FLOW_TABLE_IPV4=m
CONFIG_NF_DUP_IPV4=m
@@ -1273,7 +1276,7 @@ CONFIG_NF_TPROXY_IPV6=m
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_REJECT_IPV6=m
CONFIG_NFT_DUP_IPV6=m
-# CONFIG_NFT_FIB_IPV6 is not set
+CONFIG_NFT_FIB_IPV6=m
CONFIG_NF_FLOW_TABLE_IPV6=m
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m