PERFORCE change 113352 for review
Todd Miller
millert at FreeBSD.org
Mon Jan 22 16:10:08 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113352
Change 113352 by millert at 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;
More information about the trustedbsd-cvs
mailing list