diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-09-09 13:31:56 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-10 18:53:27 +0000 |
commit | d377a5157802ac31427d36a072fbaf1b64614423 (patch) | |
tree | f2b7b06fba54c08a7ddf4bbcff5815c98b371059 /vendor.conf | |
parent | 9405e3704fae9c30b24ad8807174639005b1db6c (diff) | |
download | podman-d377a5157802ac31427d36a072fbaf1b64614423.tar.gz podman-d377a5157802ac31427d36a072fbaf1b64614423.tar.bz2 podman-d377a5157802ac31427d36a072fbaf1b64614423.zip |
Replace existing iptables handler with firewall code
Use the new firewall code vendored from CNI to replace the
existing iptables rule addition handler we had in place. This
adds proper support for firewalld and should be much better at
interacting with the firewall.
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #1431
Approved by: baude
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 682b597b9..a50d3822e 100644 --- a/vendor.conf +++ b/vendor.conf @@ -96,3 +96,4 @@ github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 +github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 |