An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

go-openvswitch [![Build Status](https://travis-ci.org/digitalocean/go-openvswitch.svg?branch=master)](https://travis-ci.org/digitalocean/go-openvswitch) [![GoDoc](https://godoc.org/github.com/digitalocean/go-openvswitch?status.svg)](https://godoc.org/github.com/digitalocean/go-openvswitch) [![Go Report Card](https://goreportcard.com/badge/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.