]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ac86a8d601e5dd97e75c2bad9ab805dd6680717
tree8b5aafe092cf6212894fc2f0176833be9b9e22ed
parentb268a5e506004b89ac07382645310e7626258ce2
parente7116f1c1c5a6bdbde898c30849d2e9d3eef1c91
Merge branch 'bridge_flags'

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>