commit | b12f62efb8ec0b9523bdb6c2d412c07193086de9 | [log] [tgz] |
---|---|---|
author | Li Wei <lw@cn.fujitsu.com> | Tue Nov 08 21:39:28 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 09 15:59:00 2011 -0500 |
tree | c6dfff956c15b7c6fb253f69e8a0e639d2f29d78 | |
parent | b7ea81a58adc123a4e980cb0eff9eb5c144b5dc7 [diff] |
ipv4: fix for ip_options_rcv_srr() daddr update. When opt->srr_is_hit is set skb_rtable(skb) has been updated for 'nexthop' and iph->daddr should always equals to skb_rtable->rt_dst holds, We need update iph->daddr either. Signed-off-by: Li Wei <lw@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>