commit | 5108ab4bf446fa9ad2c71f5fc1d839067b72636f | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Aug 07 08:44:22 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 07 11:39:22 2017 -0700 |
tree | 0eb95dbb9e503991b36468ccf4b00a010697f664 | |
parent | 4297a0ef085729af98adab9131d128c576ed3044 [diff] |
net: ipv6: add second dif to raw socket lookups Add a second device index, sdif, to raw socket lookups. sdif is the index for ingress devices enslaved to an l3mdev. It allows the lookups to consider the enslaved device as well as the L3 domain when searching for a socket. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>