From 1473714177fc16f8f051f6b0db9147953c8becb5 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Thu, 27 Jul 2017 08:59:03 -0400 Subject: [PATCH] Mention DOCKER-USER iptables chain in changelog Signed-off-by: Trapier Marshall --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920787b069..36fb270eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ in Docker 17.12. + Pass driver-options to network drivers on service creation [#32981] (https://github.com/moby/moby/pull/33130) + Isolate Swarm Control-plane traffic from Application data traffic using --data-path-addr [#32717] (https://github.com/moby/moby/pull/32717) * Several improvments to Service Discovery [#docker/libnetwork/1796](https://github.com/docker/libnetwork/pull/1796) +* Add DOCKER-USER chain enabling user customization of iptables FORWARD policy [#docker/libnetwork/1675](https://github.com/docker/libnetwork/pull/1675) ### Packaging