diff options
author | Susant Sahani <ssahani@gmail.com> | 2019-05-13 20:00:28 +0530 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-14 09:03:01 +0200 |
commit | 1501b429a94176bed0753e724541d5b097a92863 (patch) | |
tree | c29bc3c5cc118b3be8c955511359ed19d3c9519c /src/systemd/sd-dhcp-client.h | |
parent | bdb397ed10fb7c7d71fcf1bed2d919680f60889d (diff) | |
download | systemd-1501b429a94176bed0753e724541d5b097a92863.tar.gz |
networkd: DHCP client add support to send RELEASE packet
closes #10820
Diffstat (limited to 'src/systemd/sd-dhcp-client.h')
-rw-r--r-- | src/systemd/sd-dhcp-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h index 5dbfe8e4a1..ab62368e9c 100644 --- a/src/systemd/sd-dhcp-client.h +++ b/src/systemd/sd-dhcp-client.h @@ -176,6 +176,7 @@ int sd_dhcp_client_get_lease( int sd_dhcp_client_stop(sd_dhcp_client *client); int sd_dhcp_client_start(sd_dhcp_client *client); +int sd_dhcp_client_send_release(sd_dhcp_client *client); sd_dhcp_client *sd_dhcp_client_ref(sd_dhcp_client *client); sd_dhcp_client *sd_dhcp_client_unref(sd_dhcp_client *client); |