Skip to content
Commit 7fe99e2d authored by Jesse Gross's avatar Jesse Gross
Browse files

openvswitch: Reset upper layer protocol info on internal devices.



It's possible that packets that are sent on internal devices (from
the OVS perspective) have already traversed the local IP stack.
After they go through the internal device, they will again travel
through the IP stack which may get confused by the presence of
existing information in the skb. The problem can be observed
when switching between namespaces. This clears out that information
to avoid problems but deliberately leaves other metadata alone.
This is to provide maximum flexibility in chaining together OVS
and other Linux components.

Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent caf2ee14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment