diff options
author | Tom Gundersen <teg@jklm.no> | 2014-05-19 18:42:14 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-05-19 18:42:14 +0200 |
commit | bcb7a07e0a785bda1eed658e984ff6b4a11cba9a (patch) | |
tree | ca7b9498783bac32e153b2059cea24863a6642e4 /src/network/networkd.h | |
parent | d408b506814a0f99590d946b3bf99b57ba78336b (diff) |
networkd/sd-network: expose statically configured NTP servers
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r-- | src/network/networkd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h index 3e4e1f2ba6..46ed2ac66f 100644 --- a/src/network/networkd.h +++ b/src/network/networkd.h @@ -138,6 +138,7 @@ struct Network { Hashmap *macvlans; bool dhcp; bool dhcp_dns; + bool dhcp_ntp; bool dhcp_mtu; bool dhcp_hostname; bool dhcp_domainname; @@ -151,6 +152,7 @@ struct Network { Hashmap *routes_by_section; LIST_HEAD(Address, dns); + LIST_HEAD(Address, ntp); LIST_FIELDS(Network, networks); }; |