mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Update comment from draft to RFC number.
Submitted by: Loganaden Velvindron (logan elandsys.com) Approved by: re (gjb) MFC after: 6 days
This commit is contained in:
parent
cf6b879fad
commit
fd291ae3ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255792
@ -222,9 +222,8 @@ frag6_input(struct mbuf **mp, int *offp, int proto)
|
||||
offset += sizeof(struct ip6_frag);
|
||||
|
||||
/*
|
||||
* XXX-BZ RFC XXXX (draft-gont-6man-ipv6-atomic-fragments)
|
||||
* Handle "atomic" fragments (offset and m bit set to 0) upfront,
|
||||
* unrelated to any reassembly. Just skip the fragment header.
|
||||
* RFC 6946: Handle "atomic" fragments (offset and m bit set to 0)
|
||||
* upfront, unrelated to any reassembly. Just skip the fragment header.
|
||||
*/
|
||||
if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) {
|
||||
/* XXX-BZ we want dedicated counters for this. */
|
||||
|
Loading…
Reference in New Issue
Block a user