summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-21 15:09:29 -0500
committerGitHub <noreply@github.com>2020-02-21 15:09:29 -0500
commited6264c28e35cac1e14ac51be81f4297b7c77380 (patch)
tree17fbd884f938be3031e46a22c64fa01ccff84508 /pkg
parent75ea3b67c6a5c3b6a3e4b7f5ae173c09c8e9c2d5 (diff)
parenta86f3e88d0b4b7d57fad75453474523c1f29f07d (diff)
downloadpodman-ed6264c28e35cac1e14ac51be81f4297b7c77380.tar.gz
podman-ed6264c28e35cac1e14ac51be81f4297b7c77380.tar.bz2
podman-ed6264c28e35cac1e14ac51be81f4297b7c77380.zip
Merge pull request #5292 from baude/nofirewallpluginisgood
disable generation of cni firewall plugin
Diffstat (limited to 'pkg')
-rw-r--r--pkg/adapter/network.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/adapter/network.go b/pkg/adapter/network.go
index b25f54a13..c5bd91534 100644
--- a/pkg/adapter/network.go
+++ b/pkg/adapter/network.go
@@ -209,7 +209,6 @@ func (r *LocalRuntime) NetworkCreateBridge(cli *cliconfig.NetworkCreateValues) (
bridge := network.NewHostLocalBridge(bridgeDeviceName, isGateway, false, ipMasq, ipamConfig)
plugins = append(plugins, bridge)
plugins = append(plugins, network.NewPortMapPlugin())
- plugins = append(plugins, network.NewFirewallPlugin())
// if we find the dnsname plugin, we add configuration for it
if network.HasDNSNamePlugin(runtimeConfig.CNIPluginDir) && !cli.DisableDNS {
// Note: in the future we might like to allow for dynamic domain names