CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/09 05:40:36
Modified files:
sys/netmpls : mpls.h mpls_input.c
Log message:
Fix the pop operation to make PHP work again. When popping the last label
by a pop operation we need to forward the packet to the specified nexthop
as is. This is done by calling the interface output routine directly.
This is different to the local operation since that one injects the packets
into ip_input() via netisr.
OK michele
