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

Fix dropping of IPv6 packets with unspecified source address #1204

Closed

Conversation

vishwamartur
Copy link

Related to #1124

Remove the check for the source address being :: in prvAllowIPPacketIPv6 function.

  • Update the comment to reflect that only the destination address is checked.
  • Allow IPv6 packets with a source address of :: to be processed further.

Related to FreeRTOS#1124

Remove the check for the source address being `::` in `prvAllowIPPacketIPv6` function.

* Update the comment to reflect that only the destination address is checked.
* Allow IPv6 packets with a source address of `::` to be processed further.
@vishwamartur vishwamartur requested a review from a team as a code owner November 3, 2024 09:57
@ActoryOu
Copy link
Member

ActoryOu commented Nov 4, 2024

Hi @vishwamartur,
Thanks for your contribution! From #1124 description, this change would be included together with #1019.
Closing this PR, please feel free to re-open it if you have any other thought.

Thank you.

@ActoryOu ActoryOu closed this Nov 4, 2024
@vishwamartur vishwamartur deleted the fix-ipv6-packet-drop branch November 4, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants