Skip to content

Commit fba7828

Browse files
committed
fix failed test:
typo error in size of actionHdr
1 parent 1976c78 commit fba7828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenFlow0x04.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3909,7 +3909,7 @@ module ActionHdr = struct
39093909
| PopPbbHdr
39103910
| SetMplsTtlHdr
39113911
| DecMplsTtlHdr
3912-
| SetQueueHdr
3912+
| SetQueueHdr -> 4
39133913
| ExperimenterAHdr _ -> 8
39143914

39153915
let to_string (act : t) =

0 commit comments

Comments
 (0)