mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
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> Upstream-commit: 38b5c7266a14c34624bba532cb74d8b2ae46c726 Component: engine