go-openvswitch
go-openvswitch copied to clipboard
Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
I am using this library to parse OVS flows, and I need the `n_bytes` and `n_packets` information of the flow. I noticed that these fields are ignored in the `UnmarshalText`...
## Description OVS can operate entirely in user space, provided the `datapath_type` parameter when creating bridge. This PR adds support for the netdev datapath. ## Usage ```go package main import...
when use ovs-ofctl not support --strict when use matchflow to del flows, not support priority
Hi, I recently discovered this project in search for a way to manipulate flow tables on OVS using Golang. The `AddFlow` function works well for me, and I suppose that...
Add some missing action in ovs-actions. I don't implement all of the actions, just a small part of them I found necessary for my use case. Ref: https://www.openvswitch.org/support/dist-docs/ovs-actions.7.html
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210823070655-63515b42dcdf to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I need to determine the ovs db file using --db flag. But currently impossible.