From 4646514f463afde0bbbcf34e8d595d900d551e26180fff0a566017108e67846d Mon Sep 17 00:00:00 2001 From: Danish Prakash Date: Wed, 16 Oct 2024 09:04:23 +0000 Subject: [PATCH] require iptables OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=70 --- podman.changes | 5 +++++ podman.conf | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/podman.changes b/podman.changes index 72d4554..f6f649a 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 16 07:00:30 UTC 2024 - Alexandre Vicenzi + +- Load ip_tables kernel module (bsc#1214612) + ------------------------------------------------------------------- Tue Oct 15 16:48:36 UTC 2024 - Danish Prakash diff --git a/podman.conf b/podman.conf index b11d02a..a7dd9c2 100644 --- a/podman.conf +++ b/podman.conf @@ -1,5 +1,8 @@ # Load br_netfilter module at boot br_netfilter -# ip6_tables module is required if netavark is using iptables on an ipv6 -# network, which is currently the default in Tumbleweed +# A rootless user has no permsissions to load iptables modules and these are not loaded by default. +# netarvark defaults to iptables, but it will soon default to nftables. +# CNI defaults to iptables. +# If iptables is using nftables as a backend this might not be needed. +ip_tables ip6_tables