lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ