]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
update kernel headers
authorStephen Hemminger <shemming@brocade.com>
Mon, 12 Oct 2015 16:22:29 +0000 (09:22 -0700)
committerStephen Hemminger <shemming@brocade.com>
Mon, 12 Oct 2015 16:22:29 +0000 (09:22 -0700)
include/linux/if_ether.h
include/linux/tc_act/tc_skbedit.h

index 4678e499f419e758a065cf2d4b8f73a765aa6256..bf278d65be7997bd053737e361db3f1984b374c1 100644 (file)
@@ -42,6 +42,7 @@
 #define ETH_P_LOOP     0x0060          /* Ethernet Loopback packet     */
 #define ETH_P_PUP      0x0200          /* Xerox PUP packet             */
 #define ETH_P_PUPAT    0x0201          /* Xerox PUP Addr Trans packet  */
+#define ETH_P_TSN      0x22F0          /* TSN (IEEE 1722) packet       */
 #define ETH_P_IP       0x0800          /* Internet Protocol packet     */
 #define ETH_P_X25      0x0805          /* CCITT X.25                   */
 #define ETH_P_ARP      0x0806          /* Address Resolution packet    */
index 73026b352c56e0e4f3f083cac4b5d389dedf41b4..7a2e910a5f0836e0ab92db331acef7780fb2029e 100644 (file)
@@ -11,7 +11,8 @@
  * more details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, see <http://www.gnu.org/licenses>.
+ * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+ * Place - Suite 330, Boston, MA 02111-1307 USA.
  *
  * Author: Alexander Duyck <alexander.h.duyck@intel.com>
  */