commit | 3f890923182aeebc572f3818dd51c9014827e0ec | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Mar 21 13:42:33 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:28:46 2007 -0700 |
tree | 58831f297f8f8c6260d71b512176b7bd26dfe7db | |
parent | 467aea0ddfd1f0f1158c57cbef0e8941dd63374c [diff] |
bridge: simpler hash with salt Instead of hashing the whole Ethernet address, it should be faster to just use the last 4 bytes. Add a random salt value to the hash to make it more difficult to construct worst case DoS hash chains. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>