Sebastiaan van Stijn
686be57d0a
Update to Go 1.17.0, and gofmt with Go 1.17
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-24 23:33:27 +02:00
Brian Goff
7186fd8a95
More libnetwork windows test fixes
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-06-02 16:53:24 +00:00
Billy Ridgway
8dbb5b5a7d
Implement NAT IPv6 to fix the issue https://github.com/moby/moby/issues/25407
...
Signed-off-by: Billy Ridgway <wrridgwa@us.ibm.com>
Signed-off-by: Benjamin Böhmke <benjamin@boehmke.net>
2020-07-19 16:16:51 +02:00
Flavio Crisciani
65860255c6
Fixed code issues
...
Fixed issues highlighted by the new checks
Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-06-12 11:31:35 -07:00
Ke Li
23ac56fdd0
Remove unnecessary string formats
...
Signed-off-by: Ke Li <kel@splunk.com>
2016-11-22 09:29:53 +08:00
Zhang Wei
e4ce59b7aa
Cleanup iptables after bridge network is removed
...
Fixed #570
Clean unused iptables rules after bridge network is removed
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2015-11-10 17:53:54 +08:00
Mohammad Banikazemi
12df37fdd0
Seperates the driver-specific and network-specific iptable operations
...
for the bridge driver.
Moves two config options, namely EnableIPTables and EnableUserlandProxy
from networks to the driver.
Closes #242
Signed-off-by: Mohammad Banikazemi <MBanikazemi@gmail.com>
2015-08-04 17:26:41 -04:00
Alessandro Boch
902e8746d3
Optional Userland Proxy
...
- Port https://github.com/docker/docker/pull/12165 to libnetwork
- More tests will be added later
Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-05-18 18:13:39 -07:00
Alessandro Boch
f16db2c3ad
Remove pkg directory
...
- As recommended by Docker committers.
- Will introduce internal directory when go supports it
Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-05-16 16:12:13 -07:00