forked from DGNum/liminix
note to self: check if these kconfig options still needed
This commit is contained in:
parent
d782970313
commit
d75437d577
1 changed files with 3 additions and 2 deletions
|
@ -56,8 +56,9 @@ in rec {
|
||||||
|
|
||||||
NETFILTER_XT_MATCH_CONNTRACK = "y";
|
NETFILTER_XT_MATCH_CONNTRACK = "y";
|
||||||
|
|
||||||
IP6_NF_IPTABLES= "y";
|
IP6_NF_IPTABLES= "y"; # do we still need these
|
||||||
IP_NF_IPTABLES= "y";
|
IP_NF_IPTABLES= "y"; # if using nftables directly
|
||||||
|
|
||||||
IP_NF_NAT = "y";
|
IP_NF_NAT = "y";
|
||||||
IP_NF_TARGET_MASQUERADE = "y";
|
IP_NF_TARGET_MASQUERADE = "y";
|
||||||
NETFILTER = "y";
|
NETFILTER = "y";
|
||||||
|
|
Loading…
Reference in a new issue