forked from mirrors/nixpkgs
kernel-config: Explicitly enable CONFIG_NETFILTER
This is needed by the NixOS firewall, but isn't enabled by the ARM defconfig nor kernelAutoModules (as 'm' doesn't seem to be an option)
This commit is contained in:
parent
2090aa4f65
commit
3ed0d7e2df
|
@ -123,6 +123,7 @@ with stdenv.lib;
|
||||||
${optionalString (versionOlder version "3.13") ''
|
${optionalString (versionOlder version "3.13") ''
|
||||||
IPV6_PRIVACY y
|
IPV6_PRIVACY y
|
||||||
''}
|
''}
|
||||||
|
NETFILTER y
|
||||||
NETFILTER_ADVANCED y
|
NETFILTER_ADVANCED y
|
||||||
IP_ROUTE_VERBOSE y
|
IP_ROUTE_VERBOSE y
|
||||||
IP_MROUTE_MULTIPLE_TABLES y
|
IP_MROUTE_MULTIPLE_TABLES y
|
||||||
|
|
Loading…
Reference in a new issue