mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 13:25:42 +00:00
8ba8783bcc
Iptables interprets "-d 0.0.0.0" as "-d 0.0.0.0/32", not /0. This results in the DNAT rule never matching any traffic if not bound to a specific host IP. Fixes #2598