]> git.baikalelectronics.ru Git - kernel.git/commit
[AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded
authorPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Sun, 11 Nov 2007 06:03:25 +0000 (22:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2007 06:03:25 +0000 (22:03 -0800)
commit2cf0b403d7db91a4b5ada03d156686600705021b
tree35482e6b70db42a3627c6be262fd35783fa08152
parent99e6613235eaf335ddd3cd970b99db37078f6471
[AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded

The socket option for packet sockets to return the original ifindex instead
of the bonded ifindex will not match multicast traffic.  Since this socket
option is the most useful for layer 2 traffic and multicast traffic, make
the option multicast-aware.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c