[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #57706] dhcp/acd integration: acd is not stopped
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #57706] dhcp/acd integration: acd is not stopped |
Date: |
Fri, 31 Jan 2020 06:30:22 -0500 (EST) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 |
URL:
<https://savannah.nongnu.org/bugs/?57706>
Summary: dhcp/acd integration: acd is not stopped
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Fri 31 Jan 2020 11:30:20 AM UTC
Category: DHCP
Severity: 3 - Normal
Item Group: Faulty Behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
lwIP version: git head
_______________________________________________________
Details:
acd_stop() is completely missing in dhcp.c.
- if dhcp_stop() is called during ACD probing, the dhcp_conflict_callback()
binds the netif to 0.0.0.0
- if dhcp_conflict_callback() is called again later because of ongoing defend,
strange things might happen
--> at least acd_stop() must be called from dhcp_release_and_stop() (see
attached patch which does not cleanly apply)
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Fri 31 Jan 2020 11:30:20 AM UTC Name: dhcp_stop_acd.patch Size: 904B
By: goldsimon
<http://savannah.nongnu.org/bugs/download.php?file_id=48311>
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/bugs/?57706>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #57706] dhcp/acd integration: acd is not stopped,
Simon Goldschmidt <=