]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-network.h
networkd: dhcp-server - allow configuration of the pool
[thirdparty/systemd.git] / src / network / networkd-network.h
index d691cc3a45a99f7a9ad78075ce201ad77d6a3c38..c3439a70ba2b4e78b8c5ccc767337e39e5150c41 100644 (file)
@@ -102,6 +102,8 @@ struct Network {
         bool dhcp_server_emit_timezone;
         char *dhcp_server_timezone;
         usec_t dhcp_server_default_lease_time_usec, dhcp_server_max_lease_time_usec;
+        uint32_t dhcp_server_pool_offset;
+        uint32_t dhcp_server_pool_size;
 
         /* IPV4LL Support */
         AddressFamilyBoolean link_local;