mac-learning: Use random secret in hash function.
authorEthan Jackson <ethan@nicira.com>
Fri, 22 Jul 2011 18:50:26 +0000 (11:50 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 23 Jul 2011 02:04:13 +0000 (19:04 -0700)
The mac-learning 'secret' parameter is intended to prevent an
attacker from turning the mac learning table into a linked list by
using a known hash function to choose perfectly bad mac entries.
However, this parameter was not taken into account in most cases.

Found by inspection.


No differences found