diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-23 11:58:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 11:58:58 -0500 |
commit | 113f855802176a4ffbe167304ab83942116a65f1 (patch) | |
tree | ed9cd62f91eee1f2a1bb04ab0086f0a55444217d /contrib | |
parent | d3699bbce63f283a609053d4aca23e4abe7dae4d (diff) | |
parent | eab5a4cfb7b3bbb63cd2a1d9a5a69e9bc32d4cef (diff) | |
download | podman-113f855802176a4ffbe167304ab83942116a65f1.tar.gz podman-113f855802176a4ffbe167304ab83942116a65f1.tar.bz2 podman-113f855802176a4ffbe167304ab83942116a65f1.zip |
Merge pull request #13323 from Luap99/iptables-module
Load ip_tables modules at boot
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/modules-load.d/podman-iptables.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/modules-load.d/podman-iptables.conf b/contrib/modules-load.d/podman-iptables.conf new file mode 100644 index 000000000..001ef8af8 --- /dev/null +++ b/contrib/modules-load.d/podman-iptables.conf @@ -0,0 +1,5 @@ +# On fedora 36 ip_tables is no longer auto loaded and rootless user have no permsissions to load it. +# When we have actual nftables support in the future we might want to revisit this. +# If you use iptables-nft this is not needed. +ip_tables +ip6_tables |