From: YOSHIFUJI Hideaki Date: Mon, 19 May 2008 23:55:13 +0000 (-0700) Subject: ipv6 route: Fix lifetime in netlink. X-Git-Tag: v2.6.26-rc4~91^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69cdf8f92a8dd191eee0e834c631d84a140b1121;p=pandora-kernel.git ipv6 route: Fix lifetime in netlink. We could not see appropriate lifetime if the route had been scheduled to expired at 0 (in jiffies). We should check rt6i_flags instead of rt6i_expires to determine whether lifetime is valid or not. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed