Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 14:26:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15697 for review
Message-ID:  <200208082126.g78LQm0N017073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15697

Change 15697 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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