mirror of https://github.com/containers/podman.git
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 will be specified as we will rely on cni to do the right thing. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
parent
3d1af087e6
commit
cfd4060890
|
@ -26,6 +26,9 @@
|
|||
"portMappings": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "firewall"
|
||||
},
|
||||
{
|
||||
"type": "tuning"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue