]> git.baikalelectronics.ru Git - kernel.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)
commit0146b25745ed0d016d72f19498a3ec784a11b861
treea126deb5472a0f0f9f1c0346bdf415e002a03fe2
parent692ac1b0438d11a24f4c9e1e89ff572fb5556851
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