commit | 36e3deae8ba84865fd9eb3f2f21bbc00d49b7544 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Tue May 13 02:52:55 2008 +0900 |
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Thu Jun 12 09:19:08 2008 +0900 |
tree | d78448c8c5b9570c2c1066e03a4dc31a73b2085b | |
parent | 20c61fbd8deb2ada0ac3acecf6156a986dbfff2d [diff] |
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 <yoshfuji@linux-ipv6.org>