git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c61fb
)
ipv6 route: Fix route lifetime in netlink message.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Mon, 12 May 2008 17:52:55 +0000
(
02:52
+0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 12 Jun 2008 00:19:08 +0000
(09:19 +0900)
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>
net/ipv6/route.c
patch
|
blob
|
history
diff --cc
net/ipv6/route.c
Simple merge