Docker cleanup and improvements

This commit is contained in:
Julien Duponchelle
2015-10-14 18:10:05 +02:00
parent 286cd7a3ac
commit 33edbefa3b
18 changed files with 1446 additions and 278 deletions

View File

@ -27,6 +27,7 @@ class EthernetAdapter(Adapter):
def __init__(self, interfaces=1):
super().__init__(interfaces)
self.host_ifc = None
def __str__(self):