Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334006
b: refs/heads/master
c: 321fb99
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Oct 11, 2012
1 parent 05f358b commit 103b96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef59febe3b2aa475bc2bf5b390db5e189f395710
refs/heads/master: 321fb991399bd7b156f8b15a8acfa0c8622e3c68
4 changes: 2 additions & 2 deletions trunk/drivers/net/vxlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ static u32 eth_hash(const unsigned char *addr)

/* only want 6 bytes */
#ifdef __BIG_ENDIAN
value <<= 16;
#else
value >>= 16;
#else
value <<= 16;
#endif
return hash_64(value, FDB_HASH_BITS);
}
Expand Down

0 comments on commit 103b96e

Please sign in to comment.