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)
commitff65fa6cd576909e31797bd7243a0d80b76db0b6
treeacb445a145a4261be2e6b5a0df2ca3c26a15aaec
parentef210ec07579425d3d724dc35927f421255417f0
parent9df552ef3e214e32b7a0458d3bdc430643aa553b
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>