Skip to content

Commit aee6491

Browse files
Update ovs/openflow.go
Co-authored-by: Anit Gandhi <[email protected]>
1 parent a3e6e35 commit aee6491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ovs/openflow.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ func (o *OpenFlowService) DumpTables(bridge string) ([]*Table, error) {
267267
return tables, err
268268
}
269269

270-
// DumpFlowsWithFlowArgs retrieves statistics about all flows for the specified bridge.
270+
// DumpFlowsWithFlowArgs retrieves statistics about all flows for the specified bridge,
271+
// filtering on the specified flow(s), if provided.
271272
// If a table has no active flows and has not been used for a lookup or matched
272273
// by an incoming packet, it is filtered from the output.
273274
// We neeed to add a Matchflow to filter the dumpflow results. For example filter based on table, cookie.

0 commit comments

Comments
 (0)