mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-26 22:29:18 +00:00
b2e0a1b291
When a docker container was updated, the NIO UDP ports were being released from port_manager, but they were still stored in self._ethernet_adapters. When the container was restarted, the same NIO ports would be used. However, if a new connection was then added, it could assign a port that was already in use. The end result was that traffic would be bridged across the wrong interface connection.