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

Define how to handle NAT64 packets in firewall #517

Open
guvenc opened this issue Apr 8, 2024 · 0 comments
Open

Define how to handle NAT64 packets in firewall #517

guvenc opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@guvenc
Copy link
Collaborator

guvenc commented Apr 8, 2024

Summary

In the current Firewall API, it is possible to mix IP types for src and destination ip addresses.
This needs to be prevented. A rule should be either ipv4 or ipv6 address family.
(To keep the implementation less complex)
If a rule needs to match both ipv4 and ipv6 ports then two rules need to be created.
This double rule approach will also cover NAT64 packets.

@guvenc guvenc added the enhancement New feature or request label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant