bridge: handle process all link-local frames
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 17 Jun 2008 23:09:45 +0000 (16:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 23:09:45 +0000 (16:09 -0700)
Any frame addressed to link-local addresses should be processed by local
receive path. The earlier code would process them only if STP was enabled.
Since there are other frames like LACP for bonding, we should always
process them.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found