mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
add firewall plugin (no backend) to default cni config
in order for the fall back mechanisms to work in containernetworking-plugins, the firewall plugin must still be called via the cni configuration file. however, no backend w Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:

committed by
Matthew Heon

parent
325597871f
commit
6c06fb4e53
@ -31,8 +31,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "firewall",
|
||||
"backend": "iptables"
|
||||
"type": "firewall"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user