mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +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 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:
@ -26,6 +26,9 @@
|
|||||||
"portMappings": true
|
"portMappings": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "firewall"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "tuning"
|
"type": "tuning"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user