Skip to content

Commit ca4d157

Browse files
authored
lwIP: reference upstream patches for ND6 LLADDR (project-chip#29789)
* lwIP: reference upstream patches for ND6 LLADDR * fix link * add to wordlist
1 parent bc20d34 commit ca4d157

File tree

3 files changed

+7
-28
lines changed

3 files changed

+7
-28
lines changed

.github/.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ edaf
477477
edc
478478
EDR
479479
ee
480+
eea
480481
EEE
481482
eef
482483
ef

src/lwip/patches/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ recent API change on upstream LwIP. The previous version of this function is
2121

2222
### ND6 LLADDR fix
2323

24-
This patch fixes a bug where the RA processing fails if the RA includes an
25-
LLADDR option with a hw address that is not the max length. This happens for
26-
thread devices.
24+
In earlier version of lwIP, there is a bug where the RA processing fails if the
25+
RA includes an LLADDR option with a hw address that is not the max length. This
26+
happens for thread devices. Relevant patches from lwIP main that should be
27+
applied back to any Matter device using an older version of lwIP:
2728

28-
- patch file: nd6_lladdr_fix.patch
29+
https://git.savannah.nongnu.org/cgit/lwip.git/commit/?id=7807f706f357d2eea85d9927d970991dc4b1ef90
30+
https://git.savannah.nongnu.org/cgit/lwip.git/commit/?id=6f700a157d1049a06ab9c467057d71e98e7798de
2931

3032
## Important upstream patches
3133

src/lwip/patches/nd6_lladdr_fix.patch

-24
This file was deleted.

0 commit comments

Comments
 (0)