go-openvswitch icon indicating copy to clipboard operation
go-openvswitch copied to clipboard

Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.

Results 27 go-openvswitch issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210823070655-63515b42dcdf&new-version=0.1.0)](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...

dependencies

I need to determine the ovs db file using --db flag. But currently impossible.