Merge into master from pull request #49:
Removed unnecessary "throws" statements from types unit tests, that caus... (https://github.com/floodlight/loxigen/pull/49)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index b9c5475..b70c0e9 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -1177,7 +1177,8 @@
     uint16_t priority;
     uint16_t idle_timeout;
     uint16_t hard_timeout;
-    pad(6);
+    uint16_t flags;
+    pad(4);
     uint64_t cookie;
     uint64_t packet_count;
     uint64_t byte_count;