commit | 994a4772ca1864589fd2be2f46c7a8bfbdea5b2f | [log] [tgz] |
---|---|---|
author | Vincent van der Locht <vincent@vlotech.nl> | Sun Nov 25 23:44:56 2018 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Dec 07 12:22:19 2018 +0200 |
tree | 1c84da152d09c0a97f603434fc214ae3a61f96e5 | |
parent | d551f6c5ffd813da57b7ec401b1d0e8ff34ce1aa [diff] |
net: dhcpv4: net_dhcpv4_stop() removing address during renew In case "net_dhcpv4_stop(..) is called when the interface is in NET_DHCPV4_RENEWING state, the address is not removed. When deleting the address in the NET_DHCPV4_RENEWING state means the status is always equal to the moment before _start is called. Signed-off-by: Vincent van der Locht <vincent@vlotech.nl>