ipv4: Remove rt_key_{src,dst,tos} from struct rtable.
authorDavid Miller <davem@davemloft.net>
Sun, 1 Jul 2012 02:02:56 +0000 (02:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2012 20:30:59 +0000 (13:30 -0700)
They are always used in contexts where they can be reconstituted,
or where the finally resolved rt->rt_{src,dst} is semantically
equivalent.

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

No differences found