When an erspan tunnel device receives an erpsan packet with different
tunnel metadata (ex: version, index, hwid, direction), existing code
overwrites the tunnel device's erspan configuration with the received
packet's metadata. The patch fixes it.
Fixes: 08c0b234acee ("gre: add collect_md mode to ERSPAN tunnel") Fixes: 799ec313a439 ("net: erspan: introduce erspan v2 for ip_gre") Fixes: 1fad55ed3324 ("ip6_gre: add ip6 erspan collect_md mode") Fixes: f2bf205dab51 ("ip6_gre: add erspan v2 support") Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>