diff --git a/node-daemon/pvcd/VXNetworkInstance.py b/node-daemon/pvcd/VXNetworkInstance.py index f9a6c388..acc1cab3 100644 --- a/node-daemon/pvcd/VXNetworkInstance.py +++ b/node-daemon/pvcd/VXNetworkInstance.py @@ -387,7 +387,7 @@ add rule inet filter input meta iifname {bridgenic} counter drop '--dhcp-script={}/pvcd/dnsmasq-zookeeper-leases.py'.format(os.getcwd()), '--dhcp-range={},{},48h'.format(self.dhcp_start, self.dhcp_end), '--dhcp-hostsdir={}'.format(self.dnsmasq_hostsdir), - '--dhcp-option=option:ntp-server,224.0.0.1', + '--dhcp-option=option:ntp-server,{}'.format(self.ip_gateway), '--log-facility=-', '--keep-in-foreground' ]