From: Stephen Hemminger Date: Mon, 23 Jul 2018 20:47:22 +0000 (-0700) Subject: uapi: fix tcp.h repair X-Git-Tag: v4.18.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c16a8da6b56d26e222abdda8083724230f0701a;p=thirdparty%2Fiproute2.git uapi: fix tcp.h repair Upstream define for TCP_REPAIR changed. Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/tcp.h b/include/uapi/linux/tcp.h index 2e766cf30..99e329b73 100644 --- a/include/uapi/linux/tcp.h +++ b/include/uapi/linux/tcp.h @@ -127,6 +127,10 @@ enum { #define TCP_CM_INQ TCP_INQ +#define TCP_REPAIR_ON 1 +#define TCP_REPAIR_OFF 0 +#define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */ + struct tcp_repair_opt { __u32 opt_code; __u32 opt_val;