iptables-legacy: migrate to by-name
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
iptables,
|
||||
...
|
||||
}@args:
|
||||
|
||||
(iptables.override (
|
||||
{
|
||||
nftablesCompat = false;
|
||||
}
|
||||
// removeAttrs args [ "iptables" ]
|
||||
))
|
||||
@@ -8444,7 +8444,6 @@ with pkgs;
|
||||
iputils = hiPrio (callPackage ../os-specific/linux/iputils { });
|
||||
# hiPrio for collisions with inetutils (ping)
|
||||
|
||||
iptables-legacy = callPackage ../os-specific/linux/iptables { nftablesCompat = false; };
|
||||
iptables-nftables-compat = iptables;
|
||||
|
||||
jool-cli = callPackage ../os-specific/linux/jool/cli.nix { };
|
||||
|
||||
Reference in New Issue
Block a user