Just push out the gateway for NTP since mcast won't work

This commit is contained in:
Joshua Boniface 2018-10-24 01:13:47 -04:00
parent 7d9426dd65
commit 12c55d6b7a
1 changed files with 1 additions and 1 deletions

View File

@ -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'
]