Author: bz
Date: Thu Dec 26 00:02:16 2013
New Revision: 259900
URL: http://svnweb.freebsd.org/changeset/base/259900

Log:
  MFC r255792:
  
    Update comment from draft to RFC number.
  
    Submitted by: Loganaden Velvindron (logan elandsys.com)

Modified:
  stable/9/sys/netinet6/frag6.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet6/frag6.c
==============================================================================
--- stable/9/sys/netinet6/frag6.c       Wed Dec 25 23:57:01 2013        
(r259899)
+++ stable/9/sys/netinet6/frag6.c       Thu Dec 26 00:02:16 2013        
(r259900)
@@ -222,9 +222,8 @@ frag6_input(struct mbuf **mp, int *offp,
        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. */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to