PERFORCE change 147778 for review
Ryan French
rfrench at FreeBSD.org
Mon Aug 18 21:22:37 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147778
Change 147778 by rfrench at 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)
More information about the p4-projects
mailing list