mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
38b5c7266a
If firewalld is not installed (or I suppose not running), firewalld was producing an error in the daemon init logs, even though firewalld is not required for iptables stuff to function. The firewalld library code was also logging directly to logrus instead of returning errors. Moved logging code higher up in the stack and changed firewalld code to return errors where appropriate. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
||
---|---|---|
.. | ||
firewalld.go | ||
firewalld_test.go | ||
iptables.go | ||
iptables_test.go |