ipv4: Fix nexthop exception hash computation.
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Jul 2012 20:23:08 +0000 (13:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jul 2012 20:23:08 +0000 (13:23 -0700)
commitd3a25c980fc231238256f8d80816367674e5caaf
treeb6e35c533d84c7e5b43c704c1a9ca547bc3b4d87
parenta6ff1a2f1e91578860b37df9fd861ef7af207de4
ipv4: Fix nexthop exception hash computation.

Need to mask it with (FNHE_HASH_SIZE - 1).

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c