ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2011 02:42:43 +0000 (19:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2011 02:42:43 +0000 (19:42 -0700)
commit417da66fa9d2f14b1a90b04095413b87907d8183
treea116f41ccc3d0d0341efdfc8c0c35eac7cddcf27
parent57a503c61db077b923e23f36050c02166a4a1db2
ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.

Use information from the skb as much as possible, currently
this means daddr, saddr, and TOS.

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