require iptables
OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=70
This commit is contained in:
parent
0b9bbc5289
commit
4646514f46
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 07:00:30 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||||
|
|
||||||
|
- Load ip_tables kernel module (bsc#1214612)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 16:48:36 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
|
Tue Oct 15 16:48:36 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Load br_netfilter module at boot
|
# Load br_netfilter module at boot
|
||||||
br_netfilter
|
br_netfilter
|
||||||
# ip6_tables module is required if netavark is using iptables on an ipv6
|
# A rootless user has no permsissions to load iptables modules and these are not loaded by default.
|
||||||
# network, which is currently the default in Tumbleweed
|
# 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
|
ip6_tables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user