From: Daniel Golle Date: Wed, 2 Sep 2026 13:24:53 +0000 (+0100) Subject: podman: select the nftables firewall driver X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=337361a6420f1e68c3a78a4aff863315b6716160;p=openwrt-packages.git podman: select the nftables firewall driver Set firewall_driver = "nftables" in containers.conf so podman programs networks through nft. Signed-off-by: Daniel Golle --- diff --git a/utils/podman/Makefile b/utils/podman/Makefile index f0bf4c64f..fdb23ef2e 100644 --- a/utils/podman/Makefile +++ b/utils/podman/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podman PKG_VERSION:=5.8.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/podman-container-tools/podman/archive/v$(PKG_VERSION) diff --git a/utils/podman/files/containers.conf b/utils/podman/files/containers.conf index b956f0db0..3c32b4365 100644 --- a/utils/podman/files/containers.conf +++ b/utils/podman/files/containers.conf @@ -74,7 +74,7 @@ network_backend = "netavark" # "/usr/local/lib/netavark", # "/usr/lib/netavark", #] -#firewall_driver = "none" +firewall_driver = "nftables" network_config_dir = "/etc/containers/networks/" default_network = "podman" #default_subnet = "10.88.0.0/16"