mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
disable generation of cni firewall plugin
it turns out that when the firewall plugin is not provided as part of the configuration, then the firewall cni plugin will dynamically figure out if it should use firewalld or iptables. also removing this from the default configuration file Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -26,10 +26,6 @@
|
||||
"portMappings": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "firewall",
|
||||
"backend": "iptables"
|
||||
},
|
||||
{
|
||||
"type": "tuning"
|
||||
}
|
||||
|
Reference in New Issue
Block a user