We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a85a40 commit de8229aCopy full SHA for de8229a
lib/SDN_Types.ml
@@ -305,7 +305,7 @@ type flowStats = {
305
flow_priority: int16;
306
flow_idle_timeout: int16;
307
flow_hard_timeout: int16;
308
- flow_action: action;
+ flow_actions: action list;
309
flow_packet_count: int64;
310
flow_byte_count: int64
311
}
lib/SDN_Types.mli
@@ -195,7 +195,7 @@ type flowStats = {
195
196
197
198
199
200
201
0 commit comments