lwIP - A Lightweight TCP/IP stack - Patches: patch #8687, Remove unused netif flag for MLD6
You are not allowed to post comments on this tracker with your current authentication level.
patch #8687: Remove unused netif flag for MLD6
| Submitter: | Erik Ekman <yarrick> | ||
| Submitted: | Tue 16 Jun 2015 02:52:38 PM UTC | ||
| Category: | IPv6 | Priority: | 5 - Normal |
| Status: | Wont Do | Privacy: | Public |
| Assigned to: | None | Open/Closed: | Closed |
| Planned Release: | None | ||
|
Tue 16 Jun 2015 07:35:06 PM UTC, comment #3: |
Erik Ekman <yarrick> |
|
Tue 16 Jun 2015 04:22:23 PM UTC, comment #2: That's right, we'll need it. Although according to RFC all IPv6 interfaces must support MLD6, we find that in some cases it's best to disable it for some interfaces (e.g. PPP).
|
Ivan Delamer <idelamer> |
|
Tue 16 Jun 2015 03:02:45 PM UTC, comment #1: Nak, this flag was reserved by Ivan earlier this year in commit 02a797f9f9.
|
Sylvain Rochet <gradator> |
|
Tue 16 Jun 2015 02:52:38 PM UTC, original submission:
The only mention of this flag is in netif.h.
|
Erik Ekman <yarrick> |
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 3 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-06-16 | gradator | Status | None | Wont Do | |
| Open/Closed | Open | Closed | |||
| 2015-06-16 | yarrick | Attached File | - | Added 0001-Remove-unused-netif-flag-for-MLD6.patch, #34234 |
Powered by Savane 3.12.
Corresponding source code

Ok, sorry for the noise. I thought it might have been forgotten in some refactoring.