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
auth_gss
xprtrdma
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 628 bytes
addr.c -rw-r--r-- 8.7 KB
auth.c -rw-r--r-- 21.8 KB
auth_null.c -rw-r--r-- 2.7 KB
auth_unix.c -rw-r--r-- 5.3 KB
backchannel_rqst.c -rw-r--r-- 10.9 KB
cache.c -rw-r--r-- 45.5 KB
clnt.c -rw-r--r-- 70.3 KB
debugfs.c -rw-r--r-- 7.7 KB
netns.h -rw-r--r-- 976 bytes
rpc_pipe.c -rw-r--r-- 35.4 KB
rpcb_clnt.c -rw-r--r-- 30.5 KB
sched.c -rw-r--r-- 33.3 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 8.4 KB
sunrpc.h -rw-r--r-- 1.9 KB
sunrpc_syms.c -rw-r--r-- 2.8 KB
svc.c -rw-r--r-- 40.5 KB
svc_xprt.c -rw-r--r-- 38.0 KB
svcauth.c -rw-r--r-- 4.5 KB
svcauth_unix.c -rw-r--r-- 21.5 KB
svcsock.c -rw-r--r-- 38.6 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 41.8 KB
xprt.c -rw-r--r-- 50.4 KB
xprtmultipath.c -rw-r--r-- 12.2 KB
xprtsock.c -rw-r--r-- 83.4 KB

back to top