Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2008 23:06:01 GMT
From:      Ryan French <rfrench@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 151079 for review
Message-ID:  <200810062306.m96N61ag065729@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151079

Change 151079 by rfrench@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);



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