]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-network.h
network/dhcp: disable RapidCommit= by default when AllowList=/DenyList= is specified
[thirdparty/systemd.git] / src / network / networkd-network.h
index 4995e55b5314496f6e393cc15c33a635a4fee75c..03131b7061cbe614b1feeafdd81206b54fc90af9 100644 (file)
@@ -141,7 +141,7 @@ struct Network {
         bool dhcp_send_hostname_set;
         int dhcp_broadcast;
         int dhcp_ipv6_only_mode;
-        bool dhcp_use_rapid_commit;
+        int dhcp_use_rapid_commit;
         bool dhcp_use_dns;
         bool dhcp_use_dns_set;
         bool dhcp_routes_to_dns;