chiark / gitweb /
networkd: DHCPv4 - allow opting out of using DNS servers
[elogind.git] / src / network / networkd.h
index 607feba0e798b77e97d5e1ec030b3b4b9b00ae83..26d7f6baa65f16dd3cf93f8197de6eb6184dc3c7 100644 (file)
@@ -85,6 +85,7 @@ struct Network {
         char *description;
         Bridge *bridge;
         bool dhcp;
+        bool dhcp_dns;
 
         LIST_HEAD(Address, static_addresses);
         LIST_HEAD(Route, static_routes);