[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] dhcp release?
From: |
Leon Woestenberg |
Subject: |
Re: [lwip-devel] dhcp release? |
Date: |
Thu, 04 Nov 2004 20:17:21 +0100 |
Hello Chris,
On Wed, 3 Nov 2004 10:21:37 +0100, address@hidden said:
> I noticed that the DHCP client comments states:
>
> " Use dhcp_release(netif) to end the lease and use dhcp_stop(netif)
> to remove the DHCP client. "
>
> How can this actually be done when dhcp_release()
> is a static function, unavailable to other modules?
>
Good catch. Fixed this to be a non-static function so that the
user can perform start, (renew), release, then stop of the lease.
Regards,
Leon.