summaryrefslogtreecommitdiff
path: root/cni
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-02-27 14:35:48 -0600
committerBrent Baude <bbaude@redhat.com>2020-02-27 14:35:48 -0600
commitcfd40608907b653a8b05f2e4f4243f8aa677b6e3 (patch)
tree765b1815844e0a4c609b149fc935d46c17853705 /cni
parent3d1af087e6beba5ac31e2c6758fd5696d6d7883f (diff)
downloadpodman-cfd40608907b653a8b05f2e4f4243f8aa677b6e3.tar.gz
podman-cfd40608907b653a8b05f2e4f4243f8aa677b6e3.tar.bz2
podman-cfd40608907b653a8b05f2e4f4243f8aa677b6e3.zip
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>
Diffstat (limited to 'cni')
-rw-r--r--cni/87-podman-bridge.conflist3
1 files changed, 3 insertions, 0 deletions
diff --git a/cni/87-podman-bridge.conflist b/cni/87-podman-bridge.conflist
index cd01b97ce..13b09a5b5 100644
--- a/cni/87-podman-bridge.conflist
+++ b/cni/87-podman-bridge.conflist
@@ -27,6 +27,9 @@
}
},
{
+ "type": "firewall"
+ },
+ {
"type": "tuning"
}
]