summaryrefslogtreecommitdiff
path: root/pkg/firewall/firewall_linux.go
Commit message (Collapse)AuthorAge
* Vendor CNI plugins firewall codeMatthew Heon2018-09-10
The upstream CNI project has a PR open for adding iptables and firewalld support, but this has been stalled for the better part of a year upstream. On advice of several maintainers, we are vendoring this code into libpod, to perform the relevant firewall configuration ourselves. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1431 Approved by: baude