projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
444fc8f
)
[IPV6]: Fix ipv6 fragment ID selection at slow path
author
Yan Zheng
<yanzheng@21cn.com>
Mon, 3 Oct 2005 21:19:15 +0000
(14:19 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 3 Oct 2005 21:19:15 +0000
(14:19 -0700)
Signed-Off-By: Yan Zheng <yanzheng@21cn.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ip6_output.c
b/net/ipv6/ip6_output.c
index 2f589f24c09397fa58cffe9d54ec866b02e78598..563b442ffab8fcabd26292199a340499cddd4fbb 100644
(file)
--- a/
net/ipv6/ip6_output.c
+++ b/
net/ipv6/ip6_output.c
@@
-666,7
+666,7
@@
slow_path:
*/
fh->nexthdr = nexthdr;
fh->reserved = 0;
- if (frag_id) {
+ if (
!
frag_id) {
ipv6_select_ident(skb, fh);
frag_id = fh->identification;
} else