Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2008 21:22:36 GMT
From:      Ryan French <rfrench@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147778 for review
Message-ID:  <200808182122.m7ILMapp043377@repoman.freebsd.org>

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

Change 147778 by rfrench@rfrench_mpls on 2008/08/18 21:22:26

	Forgot to uncomment some code in the ether_demux fucntion.

Affected files ...

.. //depot/projects/soc2008/rfrench_mpls/net/if_ethersubr.c#6 edit

Differences ...

==== //depot/projects/soc2008/rfrench_mpls/net/if_ethersubr.c#6 (text+ko) ====

@@ -807,7 +807,7 @@
 		isr = NETISR_AARP;
 		break;
 #endif /* NETATALK */
-//#ifdef MPLS
+#ifdef MPLS
 	case ETHERTYPE_MPLS:
 		printf("MPLS packet received\n");
 // 		if (rt)
@@ -836,7 +836,7 @@
 		else
 			isr = NETISR_MPLS;
 		break;
-//#endif /* MPLS */
+#endif /* MPLS */
 	default:
 #ifdef IPX
 		if (ef_inputp && ef_inputp(ifp, eh, m) == 0)



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