Re: [PATCH 03/12] flow_dissector: Move ETH_P_TEB out of GRE
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-08-01 13:13:16
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-08-01 13:13:16
Tom Herbert wrote:
If the GRE protocol is ETH_P_TEB then just process that as any another EtherType since it's now supported in the main loop Signed-off-by: Tom Herbert <redacted>
Reviewed-by: Willem de Bruijn <willemb@google.com> Might make sense to squash with previous. To make it clear that the previous is not new code, but a (cleanup and) move.