mirror of
https://github.com/containers/podman.git
synced 2025-10-19 12:12:36 +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",
|
"type": "firewall"
|
||||||
"backend": "iptables"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user