]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipv4: Remove rt->rt_dst reference from ip_forward_options().
authorDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 21:31:02 +0000 (17:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 21:31:02 +0000 (17:31 -0400)
commit7be799a70ba3dd90a59e8d2c72bbe06020005b3f
tree08062fb33b9b09a935ef42eaaff6f2f67c67749e
parent8e36360ae876995e92d3a7538dda70548e64e685
ipv4: Remove rt->rt_dst reference from ip_forward_options().

At this point iph->daddr equals what rt->rt_dst would hold.

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