chiark / gitweb /
networkd: Make DHCP client ID creation configurable
[elogind.git] / src / network / networkd-network-gperf.gperf
index b0c23a78980e2d0136f83fe28967a27e424482c3..93df83af08f96dd0bfa3478cbfa8d084890c68a3 100644 (file)
@@ -58,6 +58,7 @@ Route.Destination,           config_parse_destination,           0,
 Route.Source,                config_parse_destination,           0,                             0
 Route.Metric,                config_parse_route_priority,        0,                             0
 Route.Scope,                 config_parse_route_scope,           0,                             0
+DHCP.ClientIdentifier,       config_parse_dhcp_client_identifier,0,                             offsetof(Network, dhcp_client_identifier)
 DHCP.UseDNS,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_dns)
 DHCP.UseMTU,                 config_parse_bool,                  0,                             offsetof(Network, dhcp_mtu)
 DHCP.UseHostname,            config_parse_bool,                  0,                             offsetof(Network, dhcp_hostname)