소스 검색

Rename container interface to eth

JDierkse 4 년 전
부모
커밋
3ba3daa49d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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': []
     }