You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
The text was updated successfully, but these errors were encountered: