ovs-vlan-bug-workaround
Open vSwitch common components
Install
- All systems
-
curl cmd.cat/ovs-vlan-bug-workaround.sh
- Debian
-
apt-get install openvswitch-common
- Ubuntu
-
apt-get install openvswitch-common
- Alpine
-
apk add openvswitch
- Arch Linux
-
pacman -S openvswitch
- Kali Linux
-
apt-get install openvswitch-common
- CentOS
-
yum install openvswitch
- Fedora
-
dnf install openvswitch
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openvswitch-common
- Raspbian
-
apt-get install openvswitch-common
- Dockerfile
- dockerfile.run/ovs-vlan-bug-workaround
- Docker
-
docker run cmd.cat/ovs-vlan-bug-workaround ovs-vlan-bug-workaround
powered by Commando
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.