]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-traps'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 16:19:40 +0000 (09:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 16:19:40 +0000 (09:19 -0700)
commita6af478f247acb5fe5d00a6431123f52390d15ba
treeacb445a145a4261be2e6b5a0df2ca3c26a15aaec
parentc8c5f864f986fd82841a1d0f9e02b5f986105b2e
parent6523982712641c9dc3f57418dec6f7ab44149516
Merge branch 'mlxsw-traps'

Jiri Pirko says:

====================
mlxsw: Traps enhancements

Ido says:

The first patch makes sure the driver marks packets that were trapped
in the router and might have already been flooded by the bridge, so that
the bridge driver won't flood them again. This isn't critical at this time
point, but will be when Neighbour Discovery traps are introduced as these
are multicast packets that are trapped in the router.

The second and third patches add new traps - for MLD and Router Alert
packets. The last patch takes advantage of that and floods IPv6
unregistered multicast packets only to mrouter ports instead of all ports.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>