bridge: Add a flag to control unicast packet flood.
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 5 Jun 2013 14:08:01 +0000 (10:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jun 2013 09:04:32 +0000 (02:04 -0700)
Add a flag to control flood of unicast traffic.  By default, flood is
on and the bridge will flood unicast traffic if it doesn't know
the destination.  When the flag is turned off, unicast traffic
without an FDB will not be forwarded to the specified port.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found