We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ip6.saddr and ip6.daddr should allow users to specific a prefix length to filter on a network address:
ip6.saddr
ip6.daddr
[...] rule ip6.saddr 2001:db8:abcd:0012::0/64 DROP rule ip6.daddr 2001:db8:abcd:0012::0/112 ACCEPT [...]
Some logic is already implemented, but it should be validated with end-to-end tests and fixed if necessary.
The text was updated successfully, but these errors were encountered:
Fixed in #168
Sorry, something went wrong.
qdeslandes
No branches or pull requests
ip6.saddr
andip6.daddr
should allow users to specific a prefix length to filter on a network address:Some logic is already implemented, but it should be validated with end-to-end tests and fixed if necessary.
The text was updated successfully, but these errors were encountered: