summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--datapath-windows/ovsext/Geneve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/datapath-windows/ovsext/Geneve.h b/datapath-windows/ovsext/Geneve.h
index be8a834ad..019c0dd9f 100644
--- a/datapath-windows/ovsext/Geneve.h
+++ b/datapath-windows/ovsext/Geneve.h
@@ -71,10 +71,10 @@ typedef struct GeneveOptionHdr {
UINT32 optionClass:16;
/* Format of data contained in the option. */
UINT32 type:8;
- /* Reserved. */
- UINT32 reserved:3;
/* Length of option in int32 excluding the option header. */
UINT32 length:5;
+ /* Reserved. */
+ UINT32 reserved:3;
} GeneveOptionHdr;
#define GENEVE_CRIT_OPT_TYPE (1 << 7)