Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 16:09:55 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113352 for review
Message-ID:  <200701221609.l0MG9tJE028006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113352

Change 113352 by millert@millert_macbook on 2007/01/22 16:09:15

	We have mac_netinet_fragment() now so use it.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/netinet6/ip6_output.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/netinet6/ip6_output.c#5 (text+ko) ====

@@ -1108,11 +1108,9 @@
 			m->m_pkthdr.len = len + hlen + sizeof(*ip6f);
 			m->m_pkthdr.rcvif = 0;
 			m->m_pkthdr.socket_id = m0->m_pkthdr.socket_id;
-#ifdef __darwin8_notyet
 #ifdef MAC
 			mac_netinet_fragment(m0, m);
 #endif
-#endif
 			ip6f->ip6f_reserved = 0;
 			ip6f->ip6f_ident = id;
 			ip6f->ip6f_nxt = nextproto;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701221609.l0MG9tJE028006>