Explorar el Código

Rename container interface to eth

JDierkse hace 4 años
padre
commit
3ba3daa49d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      net-dhcp/network.py

+ 1 - 1
net-dhcp/network.py

@@ -269,7 +269,7 @@ def join():
     res = {
         'InterfaceName': {
             'SrcName': if_container,
-            'DstPrefix': bridge['ifname']
+            'DstPrefix': 'eth'
         },
         'StaticRoutes': []
     }