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

Filter prefixed IPv6 addresses #166

Closed
qdeslandes opened this issue Nov 9, 2024 · 1 comment
Closed

Filter prefixed IPv6 addresses #166

qdeslandes opened this issue Nov 9, 2024 · 1 comment
Assignees

Comments

@qdeslandes
Copy link
Contributor

ip6.saddr and ip6.daddr should allow users to specific a prefix length to filter on a network address:

[...]
    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.

@qdeslandes
Copy link
Contributor Author

Fixed in #168

@github-project-automation github-project-automation bot moved this from To do to Done in bpfilter's roadmap Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant