[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZmLxb0EdIIm2+DOe@debian>
Date: Fri, 7 Jun 2024 13:39:27 +0200
From: Guillaume Nault <gnault@...hat.com>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>
Cc: netdev@...r.kernel.org, stephen hemminger <shemminger@...tta.com>
Subject: Re: [PATCH net v2] vxlan: Pull inner IP header in vxlan_xmit_one().
On Thu, Jun 06, 2024 at 06:13:59PM +0200, Guillaume Nault wrote:
> + if (!(flags & VXLAN_F_GPE) || skb->protocol == ETH_P_TEB) {
> + if (!skb_vlan_inet_prepare(skb))
> + goto drop;
Obviously wrong. Need to rest, sorry.
I'll post v3 later.
Powered by blists - more mailing lists