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

IPv6 Extension Headers ("options") #36

Open
IurmanJ opened this issue Apr 17, 2018 · 2 comments
Open

IPv6 Extension Headers ("options") #36

IurmanJ opened this issue Apr 17, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@IurmanJ
Copy link
Collaborator

IurmanJ commented Apr 17, 2018

mmb_rewrite node
Take care of IPv6 extension headers, like we did for TCP options.

Note: "next header" field in IPv6 packets ("protocol" field in ip6_header_t VPP struct) contains either a transport protocol, or an extension header.

@IurmanJ
Copy link
Collaborator Author

IurmanJ commented Apr 17, 2018

TODO: Test with IPv6 traffic (+ show traces in CLI)

@IurmanJ
Copy link
Collaborator Author

IurmanJ commented Apr 19, 2018

Optimization: try "splitting" code ip4/ip6 at root branch (use distinct entry functions) instead of using a branch comparison everywhere below (this involves reusing each part in both cases -> refactorize code)

@ekorian ekorian added this to the 0.4 milestone Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants