PERFORCE change 151079 for review

Ryan French rfrench at FreeBSD.org
Mon Oct 6 23:06:02 UTC 2008


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

Change 151079 by rfrench at rfrench_mpls on 2008/10/06 23:05:56

	Added MPLS case into if_loop.c

Affected files ...

.. //depot/projects/soc2008/rfrench_mpls/net/if_loop.c#2 edit

Differences ...

==== //depot/projects/soc2008/rfrench_mpls/net/if_loop.c#2 (text+ko) ====

@@ -329,6 +329,11 @@
 		isr = NETISR_ATALK2;
 		break;
 #endif
+#ifdef MPLS
+	case AF_MPLS:
+		isr = NETISR_MPLS;
+		break;
+#endif
 	default:
 		printf("if_simloop: can't handle af=%d\n", af);
 		m_freem(m);


More information about the p4-projects mailing list