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
erspan: get the proto with the md version for collect_md
In commit 20704bd ("erspan: build the header with the right proto
according to erspan_ver"), it gets the proto with t->parms.erspan_ver,
but t->parms.erspan_ver is not used by collect_md branch, and instead
it should get the proto with md->version for collect_md.
Thanks to Kevin for pointing this out.
Fixes: 20704bd ("erspan: build the header with the right proto according to erspan_ver")
Fixes: 94d7d8f ("ip6_gre: add erspan v2 support")
Reported-by: Kevin Traynor <[email protected]>
Signed-off-by: Xin Long <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: William Tu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
0 commit comments