diff options
author | Susant Sahani <ssahani@vmware.com> | 2020-05-20 06:23:36 +0200 |
---|---|---|
committer | Susant Sahani <ssahani@vmware.com> | 2020-05-20 06:32:26 +0200 |
commit | d6463307e066a584e8ca002db927325e0d52df07 (patch) | |
tree | fa087459214af91e554b6cf085b01eb73e4365c5 /src/network/networkd-dhcp4.h | |
parent | sd-dhcpv4: Allow to configure lease lifetime (diff) | |
download | systemd-d6463307e066a584e8ca002db927325e0d52df07.tar.xz systemd-d6463307e066a584e8ca002db927325e0d52df07.zip |
network: DHCPv4- Allow to set DHCP lease lifetime
Diffstat (limited to 'src/network/networkd-dhcp4.h')
-rw-r--r-- | src/network/networkd-dhcp4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp4.h b/src/network/networkd-dhcp4.h index 93fa7d372c..a6e24be78d 100644 --- a/src/network/networkd-dhcp4.h +++ b/src/network/networkd-dhcp4.h @@ -27,3 +27,4 @@ CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_black_listed_ip_address); CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_max_attempts); CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_ip_service_type); CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_mud_url); +CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_fallback_lease_lifetime); |