From: Stephen Hemminger Date: Fri, 16 Jun 2017 16:06:25 +0000 (-0700) Subject: update headers to get TCA_TUNNEL_CSUM X-Git-Tag: v4.13.0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f3776b505231b43844295d79455f06a9c4d9ec;p=thirdparty%2Fiproute2.git update headers to get TCA_TUNNEL_CSUM Signed-off-by: Stephen Hemminger --- diff --git a/include/linux/tc_act/tc_tunnel_key.h b/include/linux/tc_act/tc_tunnel_key.h index 84ea55e10..afcd4be95 100644 --- a/include/linux/tc_act/tc_tunnel_key.h +++ b/include/linux/tc_act/tc_tunnel_key.h @@ -34,6 +34,7 @@ enum { TCA_TUNNEL_KEY_ENC_KEY_ID, /* be64 */ TCA_TUNNEL_KEY_PAD, TCA_TUNNEL_KEY_ENC_DST_PORT, /* be16 */ + TCA_TUNNEL_KEY_NO_CSUM, /* u8 */ __TCA_TUNNEL_KEY_MAX, }; diff --git a/include/linux/tcp.h b/include/linux/tcp.h index d34fb5c5a..ca491dcd0 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -117,6 +117,7 @@ enum { #define TCP_SAVED_SYN 28 /* Get SYN headers recorded for connection */ #define TCP_REPAIR_WINDOW 29 /* Get/set window parameters */ #define TCP_FASTOPEN_CONNECT 30 /* Attempt FastOpen with connect */ +#define TCP_ULP 31 /* Attach a ULP to a TCP connection */ struct tcp_repair_opt { __u32 opt_code;