ovn-controller
support
Install
- All systems
-
curl cmd.cat/ovn-controller.sh
- Debian
-
apt-get install openvswitch-dbg
- Ubuntu
-
apt-get install ovn-host
- Alpine
-
apk add openvswitch
- Arch Linux
-
pacman -S openvswitch
- Kali Linux
-
apt-get install openvswitch-common
- CentOS
-
yum install openvswitch
- Fedora
-
dnf install openvswitch-ovn-host
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ovn-host
- Raspbian
-
apt-get install openvswitch-dbg
- Dockerfile
- dockerfile.run/ovn-controller
- Docker
-
docker run cmd.cat/ovn-controller ovn-controller
powered by Commando
openvswitch-ovn-host
support
ovn-host
OVN host components
OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. ovn-host provides the userspace components and utilities for OVN that can be run on every host/hypervisor.
openvswitch-common
Open vSwitch common components
Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. openvswitch-common provides components required by both openvswitch-switch and openvswitch-testcontroller.
openvswitch
Production Quality, Multilayer Open Virtual Switch
openvswitch-dbg
Debug symbols for Open vSwitch packages
Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. This package contains the debug symbols for all the other openvswitch-* packages. Install it to debug one of them or to examine a core dump produced by one of them.