Skip to content

Commit

Permalink
Fix build break in ofproto/tunnel.c for windows platform.
Browse files Browse the repository at this point in the history
The breakage was introduced by commit: a36de77
("openvswitch: Userspace tunneling.").

Reported-by: Edwin Chiu <[email protected]>
Signed-off-by: Saurabh Shah <[email protected]>
Acked-by: Nithin Raju <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
Saurabh Shah authored and shettyg committed Nov 20, 2014
1 parent 3d174bf commit f6861be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/windows/netinet/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit f6861be

Please sign in to comment.