diff --git a/net-dhcp/network.py b/net-dhcp/network.py index 9cabc83..3a8288f 100644 --- a/net-dhcp/network.py +++ b/net-dhcp/network.py @@ -269,7 +269,7 @@ def join(): res = { 'InterfaceName': { 'SrcName': if_container, - 'DstPrefix': bridge['ifname'] + 'DstPrefix': 'eth' }, 'StaticRoutes': [] }