diff options
author | Tom Gundersen <teg@jklm.no> | 2014-01-18 15:47:57 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-01-18 17:52:10 +0100 |
commit | 039ebe6aebaebcaa18375b33caf1db5fe2551621 (patch) | |
tree | ef0ed8c3ea7d598b3610948df5f64a2a23cc52e6 /src/network/networkd.h | |
parent | bcbca8291fe3beaed36dd672d8b544840cfc49de (diff) |
sd-dhcp-client/networkd: add domainname support
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r-- | src/network/networkd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h index 89f4cf24e7..c684eb8a8f 100644 --- a/src/network/networkd.h +++ b/src/network/networkd.h @@ -89,6 +89,7 @@ struct Network { bool dhcp_dns; bool dhcp_mtu; bool dhcp_hostname; + bool dhcp_domainname; LIST_HEAD(Address, static_addresses); LIST_HEAD(Route, static_routes); |