[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220513101325.53ae1cb2@kicinski-fedora-PC1C0HJN>
Date: Fri, 13 May 2022 10:13:32 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Saranya_PL <plsaranya@...il.com>
Cc: netdev@...r.kernel.org, Saranya_Panjarathina@...l.com,
g_balaji1@...l.com
Subject: Re: [PATCH net-next] net: PIM register decapsulation and
Forwarding.
On Thu, 12 May 2022 00:01:38 -0700 Saranya_PL wrote:
> PIM register packet is decapsulated but not forwarded in RP
>
> __pim_rcv decapsulates the PIM register packet and reinjects for forwarding
> after replacing the skb->dev to reg_dev (vif with VIFF_Register)
>
> Ideally the incoming device should be same as skb->dev where the
> original PIM register packet is received. mcache would not have
> reg_vif as IIF. Decapsulated packet forwarding is failing
> because of IIF mismatch. In RP for this S,G RPF interface would be
> skb->dev vif only, so that would be IIF for the cache entry.
>
> Signed-off-by: Saranya_PL <plsaranya@...il.com>
You need to use your real, full name for the sign-off, and please make
sure you CC maintainers (scripts/get_maintainer.pl is your friend).
Powered by blists - more mailing lists