Skip to content

Commit

Permalink
lwIP: reference upstream patches for ND6 LLADDR (#29789)
Browse files Browse the repository at this point in the history
* lwIP: reference upstream patches for ND6 LLADDR

* fix link

* add to wordlist
  • Loading branch information
cecille authored and pull[bot] committed Jan 5, 2024
1 parent 228600d commit 3364396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ edaf
edc
EDR
ee
eea
EEE
eef
ef
Expand Down
10 changes: 6 additions & 4 deletions src/lwip/patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ recent API change on upstream LwIP. The previous version of this function is

### ND6 LLADDR fix

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

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

## Important upstream patches

Expand Down
24 changes: 0 additions & 24 deletions src/lwip/patches/nd6_lladdr_fix.patch

This file was deleted.

0 comments on commit 3364396

Please sign in to comment.