diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-09-25 11:35:16 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-10-04 17:34:59 -0400 |
commit | e4ded6ce7fa7db246d7e13d17abdbadeb7ec8cfe (patch) | |
tree | 18cdd1603eb0c6bcff25ad3802f6608ca940097b /vendor.conf | |
parent | 094b8b73505cb084d632ebb08e2a014e68f5e1b1 (diff) | |
download | podman-e4ded6ce7fa7db246d7e13d17abdbadeb7ec8cfe.tar.gz podman-e4ded6ce7fa7db246d7e13d17abdbadeb7ec8cfe.tar.bz2 podman-e4ded6ce7fa7db246d7e13d17abdbadeb7ec8cfe.zip |
Switch to using libnetwork's resolvconf package
Libnetwork provides a well-tested package for generating
resolv.conf from the host's that has some features our current
implementation does not. Swap to using their code and remove our
built-in implementation.
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.conf b/vendor.conf index ccad28c0b..48f127773 100644 --- a/vendor.conf +++ b/vendor.conf @@ -97,3 +97,4 @@ github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 +github.com/docker/libnetwork v0.7.2-rc.1
\ No newline at end of file |