mirror of
https://github.com/moby/moby.git
synced 2026-07-25 08:47:01 +00:00
Moving towards making it the network driver's responsibility to work out whether it should set up port bindings, based on libnet's gateway selection. This first step lets the driver know whether an endpoint has been selected as the container's gateway, allowing the driver to work out whether mappings between IPv6 host addresses and IPv4 container addresses are required (when supported). Signed-off-by: Rob Murray <rob.murray@docker.com>