PERFORCE change 163492 for review

Marko Zec zec at FreeBSD.org
Thu Jun 4 14:48:15 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163492

Change 163492 by zec at zec_amdx4 on 2009/06/04 14:48:06

	Register in6_detachhead() via protosw.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet6/in6_proto.c#42 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet6/in6_proto.c#42 (text+ko) ====

@@ -367,6 +367,9 @@
 #else
 	.dom_rtattach =		in6_inithead,
 #endif
+#ifdef VIMAGE
+	.dom_rtdetach =		in6_detachhead,
+#endif
 	.dom_rtoffset =		offsetof(struct sockaddr_in6, sin6_addr) << 3,
 	.dom_maxrtkey =		sizeof(struct sockaddr_in6),
 	.dom_ifattach =		in6_domifattach,


More information about the p4-projects mailing list