diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-29 14:46:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 14:46:38 +0100 |
commit | 815bd568b225710fcc8b425c1d5143b2c8606de1 (patch) | |
tree | 2fffce829ce1282e6d635bb102fb1b32c8bbd229 /cmd/podman/cliconfig/config.go | |
parent | 25f1b1540a700a80904cf0b2862a73da03200bb9 (diff) | |
parent | 2f6b8b94e87bb3645d34e59dd3b748dba4aa4d2c (diff) | |
download | podman-815bd568b225710fcc8b425c1d5143b2c8606de1.tar.gz podman-815bd568b225710fcc8b425c1d5143b2c8606de1.tar.bz2 podman-815bd568b225710fcc8b425c1d5143b2c8606de1.zip |
Merge pull request #4187 from baude/dnspluginenable
enable dnsplugin for network create
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r-- | cmd/podman/cliconfig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index 4831b7971..86258a543 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -267,6 +267,7 @@ type MountValues struct { type NetworkCreateValues struct { PodmanCommand Driver string + DisableDNS bool Gateway net.IP Internal bool IPamDriver string |