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)
Need to mask it with (FNHE_HASH_SIZE - 1).

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

Simple merge