mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 09:14:52 +02: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. |
||
---|---|---|
.. | ||
appliances | ||
compute | ||
configs | ||
controller | ||
handlers | ||
schemas | ||
symbols | ||
templates | ||
ubridge | ||
utils | ||
web | ||
__init__.py | ||
__main__.py | ||
config.py | ||
crash_report.py | ||
main.py | ||
notification_queue.py | ||
run.py | ||
version.py |