iptables: migrate to by-name

This commit is contained in:
Guy Chronister
2026-04-27 08:46:53 -05:00
parent fb3ab0ee64
commit e126b73d52
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -8444,7 +8444,6 @@ with pkgs;
iputils = hiPrio (callPackage ../os-specific/linux/iputils { });
# hiPrio for collisions with inetutils (ping)
iptables = callPackage ../os-specific/linux/iptables { };
iptables-legacy = callPackage ../os-specific/linux/iptables { nftablesCompat = false; };
iptables-nftables-compat = iptables;