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

nftables: Handle missing destination addresses #101

Merged
merged 2 commits into from Jan 1, 2024
Merged

Conversation

bastelfreak
Copy link
Member

@bastelfreak bastelfreak commented Dec 31, 2023

We create firewall rules for incoming and outgoing packets. We are very strict and filter also for the dst IPs for incoming packets and the src IP for outgoing packets. In case there are no local IP, because the client might have dynamic IPs, we don't create rules at all. That is a bug. I verified it in #102. This PR fixes it.

@bastelfreak bastelfreak self-assigned this Jan 1, 2024
@bastelfreak bastelfreak added the bug Something isn't working label Jan 1, 2024
@sebastianrakel sebastianrakel merged commit d522e67 into master Jan 1, 2024
12 checks passed
@sebastianrakel sebastianrakel deleted the allow branch January 1, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants