From 99983e20bbd6af8b88ae11ba53110438d666046b Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 15 Apr 2019 14:16:34 +0200 Subject: networking: use firewall plugin drop the pkg/firewall module and start using the firewall CNI plugin. It requires an updated package for CNI plugins. Signed-off-by: Giuseppe Scrivano --- cni/87-podman-bridge.conflist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cni/87-podman-bridge.conflist') diff --git a/cni/87-podman-bridge.conflist b/cni/87-podman-bridge.conflist index a5e241c80..729d543ec 100644 --- a/cni/87-podman-bridge.conflist +++ b/cni/87-podman-bridge.conflist @@ -1,5 +1,5 @@ { - "cniVersion": "0.3.0", + "cniVersion": "0.4.0", "name": "podman", "plugins": [ { @@ -20,6 +20,10 @@ "capabilities": { "portMappings": true } + }, + { + "type": "firewall", + "backend": "iptables" } ] } -- cgit v1.2.3-54-g00ecf