]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit43aa1920117801fe9ae3d1fad886b62511e09bee
treea126deb5472a0f0f9f1c0346bdf415e002a03fe2
parent3d00fb9eb11ac49d4035f756d116deeeaf99a26b
bridge: handle process all link-local frames

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>
net/bridge/br_input.c