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. |
||
---|---|---|
.. | ||
adapters | ||
builtin | ||
docker | ||
dynamips | ||
iou | ||
nios | ||
qemu | ||
traceng | ||
virtualbox | ||
vmware | ||
vpcs | ||
__init__.py | ||
base_manager.py | ||
base_node.py | ||
error.py | ||
notification_manager.py | ||
port_manager.py | ||
project_manager.py | ||
project.py |