Merge branch 'bridge_flags'
authorDavid S. Miller <davem@davemloft.net>
Tue, 11 Jun 2013 09:04:43 +0000 (02:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jun 2013 09:04:43 +0000 (02:04 -0700)
Vlad Yasevich says:

====================
The following series adds 2 new flags to bridge.  One flag allows
the user to control whether mac learning is performed on the interface
or not.  By default mac learning is on.
The other flag allows the user to control whether unicast traffic
is flooded (send without an fdb) to a given unicast port.  Default is
on.

Changes since v4:
 - Implemented Stephen's suggestions.

Changes since v2:
 - removed unused "unlock" tag.

Changes since v1:
 - Integrated suggestion from MST to not impact RTM_NEWNEIGH and to
   skip lookups when learning is disabled.

Vlad Yasevich (2):
  bridge: Add flag to control mac learning.
  bridge: Add a flag to control unicast packet flood.
====================

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

Trivial merge