From 31f35da91dc7721a498c3afa73894349261e7c07 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 30 Sep 2018 13:02:34 -0400 Subject: [PATCH] Fix up call --- router-daemon/pvcrd/VXNetworkInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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