From d44eb836064190392f8021efda29b4f63140e1e9 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Sun, 8 Jun 2025 22:04:53 +0200 Subject: [PATCH] Revert "Force use of iptables on Windows WSL" This reverts commit dae1541529cc2810fd603460f55f12291ac6ccbb. --- 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 0145ae86bf..32513e03b1 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"]