summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
authorSaurabh Shah <ssaurabh@vmware.com>2014-11-19 03:28:41 -0800
committerGurucharan Shetty <gshetty@nicira.com>2014-11-20 06:58:28 -0800
commitf6861bef4f763480b4e6e02935990b971c2c39bc (patch)
tree83941b24a0f58c6403157ab975f08d4ff5e45426 /include/windows
parent3d174bfd1a6dc0734f4333385fbcb0dd4dd12df4 (diff)
downloadopenvswitch-f6861bef4f763480b4e6e02935990b971c2c39bc.tar.gz
Fix build break in ofproto/tunnel.c for windows platform.
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>
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/netinet/ip.h1
1 files changed, 1 insertions, 0 deletions
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 */