mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Docker cleanup and improvements
This commit is contained in:
@ -27,6 +27,7 @@ class EthernetAdapter(Adapter):
|
||||
def __init__(self, interfaces=1):
|
||||
|
||||
super().__init__(interfaces)
|
||||
self.host_ifc = None
|
||||
|
||||
def __str__(self):
|
||||
|
||||
|
Reference in New Issue
Block a user