forked from pool/podman
* Bump to v5.3.1 * Update release notes for v5.3.1 * Update windows installer tests * Windows: don't install WSL/HyperV on update * Switch to non-installing WSL by default * docs: add 5.3 as Reference version * only read ssh_config for non machine connections * ssh_config: allow IdentityFile file with tilde * ssh_config: do not overwrite values from config file * connection: ignore errors when parsing ssh_config * spec: clamp rlimits in a userns * cirrus: set proper DEST_BRANCH for 5.3 * libpod: addHosts() prevent nil deref * Bump bundled krunkit to 0.1.4 * fix podman machine init --ignition-path * Bump to v5.3.1-dev OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=74
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
# Load br_netfilter module at boot
|
|
br_netfilter
|
|
# 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
|