chiark / gitweb /
networkd: dhcpv4 - add notion of 'CriticalConnection'
[elogind.git] / src / network / networkd.h
index 22dcbd098716beab25fdb156cdd0895a6da1d241..968edf6a70d5b925808e5dfd89329e430105e904 100644 (file)
@@ -103,6 +103,7 @@ struct Network {
         bool dhcp_mtu;
         bool dhcp_hostname;
         bool dhcp_domainname;
+        bool dhcp_critical;
 
         LIST_HEAD(Address, static_addresses);
         LIST_HEAD(Route, static_routes);