On Mon, 3 Oct 2016 11:04:46 -0700, Pravin Shelar wrote:
This is not correct way to detect MPLS packet. inner_protocol can be
set by any tunnel device for using tunnel offloads. So this would
break the fragmentation for encapsulated packets.
You're right, stupid me.
How about using eth_p_mpls() as done in do-output()?