Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lwIP: reference upstream patches for ND6 LLADDR #29789

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.