[BRIDGE]: faster compare for link local addresses
authorStephen Hemminger <shemminger@linux-foundation.org>
Mon, 12 Mar 2007 23:25:32 +0000 (16:25 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:25:11 +0000 (22:25 -0700)
commitfd74e6ccd522e2f26163eb5ac1abebcab2bd017c
tree12908a8736012d0c7203724c90139615dc221143
parenteddc9ec53be2ecdbf4efe0efd4a83052594f0ac0
[BRIDGE]: faster compare for link local addresses

Use logic operations rather than memcmp() to compare destination
address with link local multicast addresses.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_input.c