digitalocean / digitalocean/go-openvswitch
extend Sending Duration for Flows
Open
- Dominant language
- Go
- Stars
- 335
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
case duration, hardAge, idleAge:
// ignore those fields.
continue
}
Currently duration is not sent as part of DumpFlowsWithFlowArgs.
I have a usecase where i have to check whether a flow is newly created or was added before some time interval.
Is there any reason we are not exposing duration as part of DumpFlows? Can we add it , happy to contribute.
Contributor guide
Assessment
This issue has not been assessed yet.