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

[Backport v2.7-branch] net: ipv6: Check that received src address is not mine #67372

Conversation

jukkar
Copy link
Member

@jukkar jukkar commented Jan 9, 2024

Manual backport of #66890 to 2.7 branch.

Fixes #66888

jukkar added 2 commits January 9, 2024 14:42
Drop received packet if the source address is the same as
the device address.

Signed-off-by: Jukka Rissanen <[email protected]>
(cherry picked from commit 8d3d48e)
We would drop the received packet if the source address is our
address so tweak the test and make source address different.

Signed-off-by: Jukka Rissanen <[email protected]>
(cherry picked from commit 155e214)
@jukkar jukkar added area: Networking Backport Backport PR and backport failure issues labels Jan 9, 2024
@github-actions github-actions bot added the area: Tests Issues related to a particular existing or missing test label Jan 9, 2024
@jukkar jukkar requested review from cfriedt and removed request for pfalcon January 9, 2024 12:50
@cfriedt cfriedt merged commit 01ad112 into zephyrproject-rtos:v2.7-branch Jan 9, 2024
24 of 25 checks passed
@jukkar jukkar deleted the fix/backport/66890-to-v2.7-branch branch January 11, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking area: Tests Issues related to a particular existing or missing test Backport Backport PR and backport failure issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants