Ovs-vlan-test Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian
Install ovs-vlan-test
-
Debian
apt-get install openvswitch-switch
Click to copy -
Ubuntu
apt-get install openvswitch-switch
Click to copy -
Alpine OS
apk add openvswitch
Click to copy -
Arch Linux
pacman -S openvswitch
Click to copy -
Kali Linux
apt-get install openvswitch-common
Click to copy -
CentOS
yum install openvswitch-test
Click to copy -
Fedora
dnf install openvswitch-test
Click to copy -
Raspbian
apt-get install openvswitch-switch
Click to copy
openvswitch-switch
Open vSwitch switch implementationsOpen 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-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch.
openvswitch-test
Open vSwitch test packageOpen 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 utilities that are useful to diagnose performance and connectivity issues in Open vSwitch setup.
openvswitch-common
Open vSwitch common componentsOpen 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.