From 12c55d6b7a6670d763304f8ab92a28f6b1df3dc7 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 24 Oct 2018 01:13:47 -0400 Subject: [PATCH] Just push out the gateway for NTP since mcast won't work --- node-daemon/pvcd/VXNetworkInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]