lwIP - A Lightweight TCP/IP stack - Bugs: bug #43784, Host should send at least one...
You are not allowed to post comments on this tracker with your current authentication level.
bug #43784: Host should send at least one Router Solicitation (IPv6)
| Submitter: | Zach Smith <zsmith> | ||
| Submitted: | Tue 09 Dec 2014 12:38:06 AM UTC | ||
| Category: | IPv6 | Severity: | 3 - Normal |
| Item Group: | Faulty Behaviour | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | git head | ||
|
Wed 04 Mar 2015 08:22:19 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Tue 09 Dec 2014 12:38:06 AM UTC, original submission:
When a router advertisement is received, the netif->rs_count value is cleared to zero so no more router solicitations are sent. I checked RFC 4861 and it says that the host should send at least one solicitation in the case where an advertisement is received prior to sending a solicitation.
|
Zach Smith <zsmith> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-03-04 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2014-12-09 | zsmith | Attached File | - | Added nd6_send_at_least_one_RS.patch, #32625 |
Powered by Savane 3.12.
Corresponding source code

Fixed (although slightly different than reported). Thanks for reporting.