]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 May 2011 05:30:20 +0000 (22:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 22:28:28 +0000 (15:28 -0700)
commit1b56e7407f9d2b1a20bbfb29b44bcedcc31c5c59
tree175b9bca17331112f7aa7c6340b69320426f750b
parent404ee19dcdecd3eff0b2a1bf53a0172718f00da3
ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().

Now we can pick it out of the provided flow key.

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