Skip to content

Commit 359f211

Browse files
committed
Fix bad padding
1 parent 26bf9ed commit 359f211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenFlow0x01.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ module StatsRequest = struct
16691669

16701670
cstruct ofp_port_stats_request {
16711671
uint16_t port_no;
1672-
uint8_t pad;
1672+
uint8_t pad[6];
16731673
} as big_endian
16741674

16751675
let marshal_flow_stats_request pat port table out =

0 commit comments

Comments
 (0)