note to self: check if these kconfig options still needed

module-based-network
Daniel Barlow 2023-03-03 20:08:12 +00:00
parent d782970313
commit d75437d577
1 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,9 @@ in rec {
NETFILTER_XT_MATCH_CONNTRACK = "y";
IP6_NF_IPTABLES= "y";
IP_NF_IPTABLES= "y";
IP6_NF_IPTABLES= "y"; # do we still need these
IP_NF_IPTABLES= "y"; # if using nftables directly
IP_NF_NAT = "y";
IP_NF_TARGET_MASQUERADE = "y";
NETFILTER = "y";