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

Check localhost for incoming packet #66888

Closed
jukkar opened this issue Dec 22, 2023 · 0 comments · Fixed by #66890
Closed

Check localhost for incoming packet #66888

jukkar opened this issue Dec 22, 2023 · 0 comments · Fixed by #66890
Assignees
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug

Comments

@jukkar
Copy link
Member

jukkar commented Dec 22, 2023

If we receive a packet from non localhost interface, then those packets need to drop it if either source or destination address is a localhost address.
Also the source address needs checking so that we do not receive a packet that is marked to come from our address.

This issue is created in order the backport to succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant