diff options
author | Susant Sahani <ssahani@vmware.com> | 2019-09-26 20:06:02 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-10-14 17:14:02 +0200 |
commit | cb29c1560515f758e6122d111e82ab302b805671 (patch) | |
tree | bf08bf944ab07d4ecb0db448ca17594c44ba239c /src/network/networkd-network-gperf.gperf | |
parent | Merge pull request #13749 from keszybz/pyparsing-2.4 (diff) | |
download | systemd-cb29c1560515f758e6122d111e82ab302b805671.tar.xz systemd-cb29c1560515f758e6122d111e82ab302b805671.zip |
network: DHCPv4 client: add support to send arbitary option and data
Diffstat (limited to 'src/network/networkd-network-gperf.gperf')
-rw-r--r-- | src/network/networkd-network-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 689b1a123e..220564c5eb 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -168,6 +168,7 @@ DHCPv4.ListenPort, config_parse_uint16, DHCPv4.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp_send_release) DHCPv4.BlackList, config_parse_dhcp_black_listed_ip_address, 0, 0 DHCPv4.IPServiceType, config_parse_ip_service_type, 0, offsetof(Network, ip_service_type) +DHCPv4.SendOptions, config_parse_dhcp_send_options, 0, 0 DHCPv6.UseDNS, config_parse_bool, 0, offsetof(Network, dhcp6_use_dns) DHCPv6.UseNTP, config_parse_bool, 0, offsetof(Network, dhcp6_use_ntp) DHCPv6.RapidCommit, config_parse_bool, 0, offsetof(Network, rapid_commit) |