diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-23 16:43:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 16:43:02 -0500 |
commit | 49d511b6ee88ceff70cc6786c467bed39da35a61 (patch) | |
tree | 3e0556416de59ee73fadde87f93a450b83199c86 /contrib | |
parent | 172b745d0e796327cc23c19e61973365bb1488ef (diff) | |
parent | cfcc0d6398b2bbddace991ba36d92c631f2b5f45 (diff) | |
download | podman-49d511b6ee88ceff70cc6786c467bed39da35a61.tar.gz podman-49d511b6ee88ceff70cc6786c467bed39da35a61.tar.bz2 podman-49d511b6ee88ceff70cc6786c467bed39da35a61.zip |
Merge pull request #13329 from mheon/bump_401
Bump to v4.0.1
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 |