Revision 5b18f1289808fee5d04a7e6ecf200189f41a4db6 authored by Stephen Suryaputra on 26 June 2019, 06:21:16 UTC, committed by David S. Miller on 26 June 2019, 19:40:10 UTC
Multicast or broadcast egress packets have rt_iif set to the oif. These
packets might be recirculated back as input and lookup to the raw
sockets may fail because they are bound to the incoming interface
(skb_iif). If rt_iif is not zero, during the lookup, inet_iif() function
returns rt_iif instead of skb_iif. Hence, the lookup fails.

v2: Make it non vrf specific (David Ahern). Reword the changelog to
    reflect it.
Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ee42974
History
File Mode Size
6lowpan
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 331 bytes
core.c -rw-r--r-- 8.4 KB
core.h -rw-r--r-- 1.3 KB
header_ops.c -rw-r--r-- 6.5 KB
ieee802154.h -rw-r--r-- 2.9 KB
netlink.c -rw-r--r-- 4.2 KB
nl-mac.c -rw-r--r-- 34.3 KB
nl-phy.c -rw-r--r-- 7.6 KB
nl802154.c -rw-r--r-- 67.7 KB
nl802154.h -rw-r--r-- 193 bytes
nl_policy.c -rw-r--r-- 2.9 KB
rdev-ops.h -rw-r--r-- 8.8 KB
socket.c -rw-r--r-- 23.2 KB
sysfs.c -rw-r--r-- 2.2 KB
sysfs.h -rw-r--r-- 233 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 8.2 KB

back to top