Merge pull request #109644 from Izorkin/update-firewall

This commit is contained in:
Jörg Thalheim
2021-02-03 05:41:42 +00:00
committed by GitHub
4 changed files with 8 additions and 6 deletions
@@ -174,6 +174,8 @@ let
(whenAtLeast "4.17" yes) ];
NF_TABLES_NETDEV = mkMerge [ (whenOlder "4.17" module)
(whenAtLeast "4.17" yes) ];
NFT_REJECT_NETDEV = whenAtLeast "5.11" module;
# IP: Netfilter Configuration
NF_TABLES_IPV4 = mkMerge [ (whenOlder "4.17" module)
(whenAtLeast "4.17" yes) ];