Rename container interface to eth

This commit is contained in:
2021-03-01 10:38:42 +01:00
parent 9ad24be9ca
commit 3ba3daa49d
+1 -1
View File
@@ -269,7 +269,7 @@ def join():
res = { res = {
'InterfaceName': { 'InterfaceName': {
'SrcName': if_container, 'SrcName': if_container,
'DstPrefix': bridge['ifname'] 'DstPrefix': 'eth'
}, },
'StaticRoutes': [] 'StaticRoutes': []
} }