Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548199
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output |
| Date | 2016-12-29 18:00 +0100 |
| Message-ID | <sTMdz-E9-1@gated-at.bofh.it> (permalink) |
| References | <sTokW-1Dj-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Zheng Li <lizheng043@gmail.com> Date: Wed, 28 Dec 2016 23:23:46 +0800 > From: Zheng Li <james.z.li@ericsson.com> > > There is an inconsistent conditional judgement between __ip6_append_data > and ip6_finish_output functions, the variable length in __ip6_append_data > just include the length of application's payload and udp6 header, don't > include the length of ipv6 header, but in ip6_finish_output use > (skb->len > ip6_skb_dst_mtu(skb)) as judgement, and skb->len include the > length of ipv6 header. > > That causes some particular application's udp6 payloads whose length are > between (MTU - IPv6 Header) and MTU were fragmented by ip6_fragment even > though the rst->dev support UFO feature. > > Add the length of ipv6 header to length in __ip6_append_data to keep > consistent conditional judgement as ip6_finish_output for ip6 fragment. > > Signed-off-by: Zheng Li <james.z.li@ericsson.com> Applied, thank you.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output Zheng Li <lizheng043@gmail.com> - 2016-12-28 16:30 +0100 Re: [PATCH] ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output David Miller <davem@davemloft.net> - 2016-12-29 18:00 +0100
csiph-web