diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2012-01-30 04:29:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-30 12:58:51 -0500 |
commit | 5de658f878d49e952d7b3f3f26a396132829f513 (patch) | |
tree | 3e0a3eaeddb729a4e003863d74d8950cd2f3ae37 /net | |
parent | 84920c1420e2b4a4150e5bb45ee5a23ea4641523 (diff) | |
download | talos-op-linux-5de658f878d49e952d7b3f3f26a396132829f513.tar.gz talos-op-linux-5de658f878d49e952d7b3f3f26a396132829f513.zip |
ipv6: fix RFC5722 comment
RFC5722 Section 4 was amended by Errata 3089
Our implementation did the right thing anyway...
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/reassembly.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index b69fae76a6f1..9447bd69873a 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c @@ -336,12 +336,11 @@ static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, } found: - /* RFC5722, Section 4: - * When reassembling an IPv6 datagram, if + /* RFC5722, Section 4, amended by Errata ID : 3089 + * When reassembling an IPv6 datagram, if * one or more its constituent fragments is determined to be an * overlapping fragment, the entire datagram (and any constituent - * fragments, including those not yet received) MUST be silently - * discarded. + * fragments) MUST be silently discarded. */ /* Check for overlap with preceding fragment. */ |