Files
moby/libnetwork/drivers/remote
Rob Murray 7ea50c14d6 Remote network driver: remember gateway state
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>
2025-07-02 10:21:31 +01:00
..