gns3-server/gns3server/compute/docker
Andrew Caudwell b2e0a1b291 Don't release NIO UDP ports when updating docker container.
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.
2018-06-11 15:17:13 +12:00
..
resources support based on init.sh, Ref: #2482 2018-04-27 14:33:07 +02:00
__init__.py Handle asyncio timeouts. Ref #1307. 2018-04-28 17:42:02 +07:00
docker_error.py Raise an error if image is missing on compute 2016-06-07 15:34:04 +02:00
docker_vm.py Don't release NIO UDP ports when updating docker container. 2018-06-11 15:17:13 +12:00