Fix build break in ofproto/tunnel.c for windows platform.
authorSaurabh Shah <ssaurabh@vmware.com>
Wed, 19 Nov 2014 11:28:41 +0000 (03:28 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 20 Nov 2014 14:58:28 +0000 (06:58 -0800)
The breakage was introduced by commit: a36de779
("openvswitch: Userspace tunneling.").

Reported-by: Edwin Chiu <echiu@nicira.com>
Signed-off-by: Saurabh Shah <ssaurabh@vmware.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
include/windows/netinet/ip.h

index f37f476..7f4b290 100644 (file)
@@ -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 */