mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
network create should use firewall plugin
when creating a network, podman should add the firewall plugin to the config but not specify a backend. this will allow cni to determine whether it should use an iptables|firewalld backend. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:

committed by
Matthew Heon

parent
166943cb90
commit
f62e99931e
@ -110,7 +110,6 @@ func NewPortMapPlugin() PortMapConfig {
|
||||
func NewFirewallPlugin() FirewallConfig {
|
||||
return FirewallConfig{
|
||||
PluginType: "firewall",
|
||||
Backend: "iptables",
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user