diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-27 23:40:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 23:40:03 +0100 |
commit | baf27fa25eed668b5a73a1d7d4fe16214f1c260f (patch) | |
tree | 62678ac184652159b7df457e0ae588eb2e61d937 /cni | |
parent | 52876dc821a1a97df2ffb7388439662c45e490a3 (diff) | |
parent | 6c97e0d5c140d587e5477d478159e91b8adcfd15 (diff) | |
download | podman-baf27fa25eed668b5a73a1d7d4fe16214f1c260f.tar.gz podman-baf27fa25eed668b5a73a1d7d4fe16214f1c260f.tar.bz2 podman-baf27fa25eed668b5a73a1d7d4fe16214f1c260f.zip |
Merge pull request #5348 from baude/cninetfix
Cninetfix
Diffstat (limited to 'cni')
-rw-r--r-- | cni/87-podman-bridge.conflist | 3 |
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" } ] |