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
Currently the parsing for the c_types_pktclassifier in branch devel-0.5 stops classification on IPv6 when there are IPv6 options.
c_types_pktclassifier
This should be treated similarly to IPv4 options (unroll them as different type combinations).
The text was updated successfully, but these errors were encountered:
Fixing OF1.2 VLAN matching translation according to spec. OFVID_PRESE…
adace3a
…NT was expected (as in OF1.3), but spec is not specifying it. fixes #14.
Adding initial untested implementation of PBB classification in c_typ…
a22a0ac
…es. partially fixes rofl-core/#14
No branches or pull requests
Currently the parsing for the
c_types_pktclassifier
in branch devel-0.5 stops classification on IPv6 when there are IPv6 options.This should be treated similarly to IPv4 options (unroll them as different type combinations).
The text was updated successfully, but these errors were encountered: