mirror of
https://github.com/moby/moby.git
synced 2026-07-27 03:41:33 +00:00
In the remote network driver's ProgramExternalConnectivity, remember whether endpoints have already been configured as gateways - so that it's ok for libnetwork to call it more than once with the same configuration (without passing on those calls to the actual network driver in HTTP requests). There's no need to persist this data, even on live-restore ProgramExternalConnectivity will be called again. Signed-off-by: Rob Murray <rob.murray@docker.com>