commit | fd74e6ccd522e2f26163eb5ac1abebcab2bd017c | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Mon Mar 12 16:25:32 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:25:11 2007 -0700 |
tree | 12908a8736012d0c7203724c90139615dc221143 | |
parent | eddc9ec53be2ecdbf4efe0efd4a83052594f0ac0 [diff] |
[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>