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
It should be said that there is a bug in swallowing these options properly -- we need to adjust the IHL and total_length back down to baseline. As it stands, these are unchanged and so get fed back out when we generate a fresh IP header:
Today we just swallow any IPv4 options we encounter and never emit any ourselves:
opte/lib/opte/src/engine/ip4.rs
Lines 379 to 384 in 1201f21
Need to decide if we'll just let them through as-is or on a per-option basis. Will we need to rewrite the contents on ingress/egress?
The text was updated successfully, but these errors were encountered: