# go-openvswitch **Repository Path**: maozed/go-openvswitch ## Basic Information - **Project Name**: go-openvswitch - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.