Re: [systemd-devel] [PATCH] network: add UseNTP DHCP option

2015-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 13, 2015 at 12:01:29PM -0700, Michael Marineau wrote: > Despite having the internal logic in place to enable/disable using NTP > servers provided by DHCP the network config didn't expose the option. Applied. Zbyszek > --- > man/systemd.network.xml | 8 > src

[systemd-devel] [PATCH] network: add UseNTP DHCP option

2015-03-13 Thread Michael Marineau
Despite having the internal logic in place to enable/disable using NTP servers provided by DHCP the network config didn't expose the option. --- man/systemd.network.xml | 8 src/network/networkd-network-gperf.gperf | 1 + 2 files changed, 9 insertions(+) diff --git a/man