From: Saurabh Shah Date: Wed, 19 Nov 2014 11:28:41 +0000 (-0800) Subject: Fix build break in ofproto/tunnel.c for windows platform. X-Git-Tag: v2.4.0~912 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=f6861bef4f763480b4e6e02935990b971c2c39bc Fix build break in ofproto/tunnel.c for windows platform. The breakage was introduced by commit: a36de779 ("openvswitch: Userspace tunneling."). Reported-by: Edwin Chiu Signed-off-by: Saurabh Shah Acked-by: Nithin Raju Signed-off-by: Gurucharan Shetty --- diff --git a/include/windows/netinet/ip.h b/include/windows/netinet/ip.h index f37f476c6..7f4b29011 100644 --- a/include/windows/netinet/ip.h +++ b/include/windows/netinet/ip.h @@ -21,5 +21,6 @@ #define MAXTTL 255 #define IPTOS_LOWDELAY 0x10 #define IPTOS_THROUGHPUT 0x08 +#define IP_DF 0x4000 /* dont fragment flag */ #endif /* netinet/ip.h */