ipv6: recursive check rt->dst.from when call rt6_check_expired
authorLi RongQing <roy.qing.li@gmail.com>
Thu, 13 Sep 2012 19:54:57 +0000 (19:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Sep 2012 19:35:33 +0000 (15:35 -0400)
If dst cache dst_a copies from dst_b, and dst_b copies from dst_c, check
if dst_a is expired or not, we should not end with dst_a->dst.from, dst_b,
we should check dst_c.

CC: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found