Re: [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND

From: Ido Schimmel
Date: Tue Oct 15 2024 - 08:30:42 EST


On Tue, Oct 15, 2024 at 04:28:30PM +0800, Menglong Dong wrote:
> Replace the drop reason "SKB_DROP_REASON_VXLAN_INVALID_HDR" with
> "SKB_DROP_REASON_VXLAN_VNI_NOT_FOUND" in encap_bypass_if_local(), as the
> latter is more accurate.
>
> Fixes: 790961d88b0e ("net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()")
> Signed-off-by: Menglong Dong <dongml2@xxxxxxxxxxxxxxx>

Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>