Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
do-msingh committed Oct 21, 2024
1 parent a49b72a commit 80974b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ovs/openflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,6 @@ func (o *OpenFlowService) DumpFlows(bridge string) ([]*Flow, error) {
return o.DumpFlowsWithFlowArgs(bridge, nil)
}

// DumpMatchingFlows retrieves statistics of all matching flows for the specified bridge.
// If a table has no active flows and has not been used for a lookup or matched
// by an incoming packet, it is filtered from the output.
func (o *OpenFlowService) DumpMatchingFlows(bridge string, flow *MatchFlow) ([]*Flow, error) {
return o.DumpFlowsWithFlowArgs(bridge, flow)
}

// DumpAggregate retrieves statistics about the specified flow attached to the
// specified bridge.
func (o *OpenFlowService) DumpAggregate(bridge string, flow *MatchFlow) (*FlowStats, error) {
Expand Down

0 comments on commit 80974b0

Please sign in to comment.