summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorDavid Ahern2019-05-08 05:44:59 +0200
committerDavid S. Miller2019-05-08 18:38:30 +0200
commit19e4e768064a87b073a4b4c138b55db70e0cfb9f (patch)
tree693ae44cd5a3ecbd326293bcad8ac2fff0b2a407 /net/openvswitch
parentfib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n... (diff)
downloadkernel-qcow2-linux-19e4e768064a87b073a4b4c138b55db70e0cfb9f.tar.gz
kernel-qcow2-linux-19e4e768064a87b073a4b4c138b55db70e0cfb9f.tar.xz
kernel-qcow2-linux-19e4e768064a87b073a4b4c138b55db70e0cfb9f.zip
ipv4: Fix raw socket lookup for local traffic
inet_iif should be used for the raw socket lookup. inet_iif considers rt_iif which handles the case of local traffic. As it stands, ping to a local address with the '-I <dev>' option fails ever since ping was changed to use SO_BINDTODEVICE instead of cmsg + IP_PKTINFO. IPv6 works fine. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions