From 9c2a7389633fd3ed8ee28e1dc0f065b1bf49dd25 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Mon, 17 Nov 2025 11:15:23 +0100 Subject: [PATCH] Stop enforcing iptables on WSL Signed-off-by: Mario Loriedo --- pkg/machine/wsl/declares.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/machine/wsl/declares.go b/pkg/machine/wsl/declares.go index 05e80e746e..b4cf752232 100644 --- a/pkg/machine/wsl/declares.go +++ b/pkg/machine/wsl/declares.go @@ -12,11 +12,6 @@ const containersConf = `[containers] [engine] cgroup_manager = "cgroupfs" - -# Using iptables until we fix nftables on WSL: -# https://github.com/containers/podman/issues/25201 -[network] -firewall_driver="iptables" ` const registriesConf = `unqualified-search-registries=["docker.io"]