mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-19 15:53:47 +00:00
@ -120,8 +120,8 @@ class EthernetHub(Bridge):
|
||||
"""
|
||||
|
||||
for nio in self._nios:
|
||||
if nio and isinstance(nio, NIOUDP):
|
||||
self.manager.port_manager.release_udp_port(nio.lport, self._project)
|
||||
if nio:
|
||||
yield from nio.close()
|
||||
|
||||
try:
|
||||
yield from Bridge.delete(self)
|
||||
|
Reference in New Issue
Block a user