https://github.com/digitalocean/go-openvswitch
Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
https://github.com/digitalocean/go-openvswitch
golang hack hacktoberfest linux netlink openflow openvswitch ovsdb
Last synced: 8 months ago
JSON representation
Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
- Host: GitHub
- URL: https://github.com/digitalocean/go-openvswitch
- Owner: digitalocean
- License: other
- Created: 2017-10-24T19:52:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T18:42:46.000Z (over 1 year ago)
- Last Synced: 2025-01-15T00:19:00.592Z (about 1 year ago)
- Topics: golang, hack, hacktoberfest, linux, netlink, openflow, openvswitch, ovsdb
- Language: Go
- Homepage:
- Size: 344 KB
- Stars: 298
- Watchers: 132
- Forks: 98
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
go-openvswitch [](https://travis-ci.org/digitalocean/go-openvswitch) [](https://godoc.org/github.com/digitalocean/go-openvswitch) [](https://goreportcard.com/report/github.com/digitalocean/go-openvswitch)
==============
Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
- `ovs`: Package ovs is a client library for Open vSwitch which enables programmatic control of the virtual switch.
- `ovsdb`: Package ovsdb implements an OVSDB client, as described in RFC 7047.
- `ovsnl`: Package ovsnl enables interaction with the Linux Open vSwitch generic netlink interface.
See each package's README for additional information.