1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/iptables
David Anderson 8ba8783bcc Correctly express "any address" to iptables.
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
2013-11-09 19:40:56 -08:00
..
iptables.go Correctly express "any address" to iptables. 2013-11-09 19:40:56 -08:00
iptables_test.go Check the output of iptables command. 2013-11-05 08:33:13 -08:00
MAINTAINERS Add links for container relationships and introspection 2013-10-25 15:13:24 -07:00