summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-network-gperf.gperf
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2019-05-13 16:30:28 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-05-14 09:03:01 +0200
commit1501b429a94176bed0753e724541d5b097a92863 (patch)
treec29bc3c5cc118b3be8c955511359ed19d3c9519c /src/network/networkd-network-gperf.gperf
parentnetworkd: bridge FDB support more NTF_* flags (diff)
downloadsystemd-1501b429a94176bed0753e724541d5b097a92863.tar.xz
systemd-1501b429a94176bed0753e724541d5b097a92863.zip
networkd: DHCP client add support to send RELEASE packet
closes #10820
Diffstat (limited to 'src/network/networkd-network-gperf.gperf')
-rw-r--r--src/network/networkd-network-gperf.gperf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf
index a57d9395f6..cbb1dd8180 100644
--- a/src/network/networkd-network-gperf.gperf
+++ b/src/network/networkd-network-gperf.gperf
@@ -149,6 +149,7 @@ DHCP.RouteTable, config_parse_section_route_table,
DHCP.UseTimezone, config_parse_bool, 0, offsetof(Network, dhcp_use_timezone)
DHCP.IAID, config_parse_iaid, 0, 0
DHCP.ListenPort, config_parse_uint16, 0, offsetof(Network, dhcp_client_port)
+DHCP.SendRelease, config_parse_bool, 0, offsetof(Network, dhcp_send_release)
DHCP.RapidCommit, config_parse_bool, 0, offsetof(Network, rapid_commit)
DHCP.BlackList, config_parse_dhcp_black_listed_ip_address, 0, 0
DHCP.ForceDHCPv6PDOtherInformation, config_parse_bool, 0, offsetof(Network, dhcp6_force_pd_other_information)