ipv4: Remove flowi from struct rtable.
authorDavid S. Miller <davem@davemloft.net>
Sat, 5 Mar 2011 05:47:09 +0000 (21:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Mar 2011 05:55:31 +0000 (21:55 -0800)
The only necessary parts are the src/dst addresses, the
interface indexes, the TOS, and the mark.

The rest is unnecessary bloat, which amounts to nearly
50 bytes on 64-bit.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found