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

Support IPv6's nextheader field #106

Open
qdeslandes opened this issue Sep 2, 2024 · 0 comments
Open

Support IPv6's nextheader field #106

qdeslandes opened this issue Sep 2, 2024 · 0 comments
Labels
area: bytecode type: bug Something isn't working

Comments

@qdeslandes
Copy link
Contributor

An IPv6 packet's nextheader field can contain one of the following information:

An IPv6 extension header will be located after the IPv6 header. There could be one or more extension header before the layer 4 header.

The current packet preprocessing logic defined by bpfilter always assume nextheadr contains the layer 4 header, meaning IPv6 packets containing extension headers are not properly preprocessed.

@qdeslandes qdeslandes converted this from a draft issue Sep 2, 2024
@qdeslandes qdeslandes added type: bug Something isn't working area: bytecode labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: bytecode type: bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

1 participant