PERFORCE change 15697 for review

Robert Watson rwatson at freebsd.org
Thu Aug 8 21:26:48 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15697

Change 15697 by rwatson at rwatson_paprika on 2002/08/08 14:25:55

	Compile fix for multicast encapsulation mac labeling.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netinet/ip_mroute.c#12 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_mroute.c#12 (text+ko) ====

@@ -1632,7 +1632,7 @@
     if (mb_copy == NULL)
 	return;
 #ifdef MAC
-    mac_create_mbuf_multicast_encap(m, vifp, mb_copy);
+    mac_create_mbuf_multicast_encap(m, vifp->v_ifp, mb_copy);
 #endif
     mb_copy->m_data += max_linkhdr;
     mb_copy->m_len = sizeof(multicast_encap_iphdr);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list