]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
update headers to get TCA_TUNNEL_CSUM
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 16 Jun 2017 16:06:25 +0000 (09:06 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 16 Jun 2017 16:06:47 +0000 (09:06 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/linux/tc_act/tc_tunnel_key.h
include/linux/tcp.h

index 84ea55e1076b6b363c8688d1773fc21e9630fdb8..afcd4be953e278f0f36db11cfd997482982ff388 100644 (file)
@@ -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,
 };
 
index d34fb5c5aa75360cf5914e9041914611d54ada00..ca491dcd02c186e74835e9b63097e7c738399325 100644 (file)
@@ -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;