]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
vxlan: fix byte order in hash function
authorstephen hemminger <shemminger@vyatta.com>
Tue, 9 Oct 2012 20:35:47 +0000 (20:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2012 02:41:21 +0000 (22:41 -0400)
commit321fb991399bd7b156f8b15a8acfa0c8622e3c68
tree0fb43e03c3e2ab028520804bbaa4325eb3a06cd6
parentef59febe3b2aa475bc2bf5b390db5e189f395710
vxlan: fix byte order in hash function

Shift was wrong direction causing packets to hash based on
other parts of the ethernet header, not the address.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c