On Fri, 25 Aug 2017 22:20:03 +0800, Yi Yang wrote: > --- a/include/uapi/linux/if_ether.h > +++ b/include/uapi/linux/if_ether.h > @@ -138,6 +138,7 @@ > #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame > */ > #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */ > #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ > +#define ETH_P_NSH 0x894F /* Ethertype for NSH. */
This is in a wrong section. It belongs to Ethernet protocols a few lines higher in the file (after ETH_P_HSR). Jiri