diff --git a/router-daemon/pvcrd/VXNetworkInstance.py b/router-daemon/pvcrd/VXNetworkInstance.py index 02ad687d..a85a92a6 100644 --- a/router-daemon/pvcrd/VXNetworkInstance.py +++ b/router-daemon/pvcrd/VXNetworkInstance.py @@ -87,7 +87,7 @@ class VXNetworkInstance(): router=[self.ip_gateway], dns_servers=[] ) - self.dhcp_instance = DHCPServer.DHCPServer(self.vni, dhcp_config) + self.dhcp_instance = DHCPServer.DHCPServer(dhcp_config) else: self.dhcp_instance.remove() self.dhcp_instance = None