Re: [PATCH net] erspan: fix invalid erspan version.

2018-05-17 Thread David Miller
From: William Tu Date: Wed, 16 May 2018 17:24:32 -0700 > ERSPAN only support version 1 and 2. When packets send to an > erspan device which does not have proper version number set, > drop the packet. In real case, we observe multicast packets > sent to the erspan pernet device, erspan0, which d

[PATCH net] erspan: fix invalid erspan version.

2018-05-16 Thread William Tu
ERSPAN only support version 1 and 2. When packets send to an erspan device which does not have proper version number set, drop the packet. In real case, we observe multicast packets sent to the erspan pernet device, erspan0, which does not have erspan version configured. Reported-by: Greg Rose