From: YOSHIFUJI Hideaki Date: Mon, 12 May 2008 17:52:55 +0000 (+0900) Subject: ipv6 route: Fix route lifetime in netlink message. X-Git-Tag: v2.6.26-rc7~40^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e3deae8ba84865fd9eb3f2f21bbc00d49b7544;p=pandora-kernel.git ipv6 route: Fix route lifetime in netlink message. 1) We may have route lifetime larger than INT_MAX. In that case we had wired value in lifetime. Use INT_MAX if lifetime does not fit in s32. 2) Lifetime is valid iif RTF_EXPIRES is set. Signed-off-by: YOSHIFUJI Hideaki --- Reading git-diff-tree failed