forked from openvswitch/openvswitch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (80 loc) · 5.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: skel
title: Open vSwitch
redirect_from:
- /contributors/index.html
- /faq/index.html
- /mlists/index.html
- /support/index.html
- /support/config-cookbooks/index.html
- /support/config-cookbooks/port-tunneling/2host-4vm-2nic-tunnel.png
- /support/config-cookbooks/port-tunneling/index.html
- /support/config-cookbooks/qos-rate-limiting/index.html
- /support/config-cookbooks/qos-rate-limiting/qos-policing.png
- /support/config-cookbooks/sflow/index.html
- /support/config-cookbooks/sflow/sflow-setup.png
- /support/config-cookbooks/userspace-tunneling/index.md
- /support/config-cookbooks/vlan-configuration-cookbook/2host-4vm.png
- /support/config-cookbooks/vlan-configuration-cookbook/index.html
- /security/index.html
- /development/committer-grant-revocation/index.html
- /development/committer-responsibilities/index.html
- /development/index.html
- /development/openflow-1-x-plan/index.html
---
<!--TODO mailing list links-->
<div class="section group">
<div class="col-1-1">
<h1 style="display:inline-block;">Production Quality, Multilayer Open Virtual Switch</h1>
</div>
</div>
<div class="section group">
<div class="col-1-2">
<img width="440" height="300" src="/assets/featured-image.jpg" alt="">
</div>
<div class="col-1-2">
<h2><strong>What is Open vSwitch?</strong></h2>
<p>Open vSwitch is a production quality, multilayer virtual switch licensed under the open source <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a> license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, IPFIX, 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. See full feature list <a href="/features">here</a></p>
<a href="/download">
<div class="featured-button">
<p>Download</p>
</div>
</a>
</div>
</div>
<div class="section group">
<div class="col-1-3 widget">
<div class="widget-title">
Introducing Open vSwitch
</div>
<div class="widget-body">
<p>To understand why virtualized environments require a new approach to switching, read the <a href="{{site.gitfileviewerurl}}Documentation/intro/why-ovs.rst">WHY-OVS</a> document that is distributed with the source code.</p>
<p>Open vSwitch is used in multiple products and runs in many large production environments (some very, very large). Each stable release is run through a regression suite of hundreds of system-level tests and thousands of unit tests.</p>
<p>In addition to OVS, the Open vSwitch community maintains the <a href="http://www.ovn.org">OVN project</a>. 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.</p>
</div>
</div>
<div class="col-1-3 widget">
<div class="widget-title">News</div>
<div class="widget-body">
<p>
Open vSwitch and OVN Fall Conference 2019 was held Dec. 10
and 11 near Boston, MA.
<a href="support/ovscon2019/index.html">Slides and videos</a>
are posted.
</p>
</div>
<div class="widget-title">Join Open vSwitch Community</div>
<div class="widget-body">
<p>{% include mailinglist-link.html %}</p>
</div>
</div>
<div class="col-1-3 widget">
<div class="widget-title">
Supported Platform
</div>
<div class="widget-body">
<p>Open vSwitch can operate both as a soft switch running within the hypervisor, and as the control stack for switching silicon. It has been ported to multiple virtualization platforms and switching chipsets. It is the default switch in <a href="http://support.citrix.com/article/CTX130418">XenServer 6.0</a>, the <a href="http://xen.org/products/cloudxen.html">Xen Cloud Platform</a> and also supports <a href="http://www.xen.org">Xen</a>, <a href="http://www.linux-kvm.org">KVM</a>, <a href="http://pve.proxmox.com/wiki/Main_Page"> Proxmox VE </a> and <a href="http://www.virtualbox.org/">VirtualBox</a>. It has also been integrated into many virtual management systems including <a href="http://www.openstack.org/">OpenStack</a>, <a href="http://www.openqrm.com/">openQRM</a>, <a href="http://opennebula.org/">OpenNebula</a> and <a href="http://ovirt.org/">oVirt</a>. The kernel datapath is distributed with <a href="http://kernel.org/">Linux</a>, and packages are available for <a href="http://www.ubuntu.com/">Ubuntu</a>, <a href="http://www.debian.org/">Debian</a>, <a href="http://fedoraproject.org//">Fedora</a> and <a href="https://www.opensuse.org/">openSUSE</a>. Open vSwitch is also supported on <a href="http://freebsd.org">FreeBSD</a> and <a href="http://netbsd.org">NetBSD</a>. The Open vSwitch release in development has been ported to <a href="http://dpdk.org">DPDK</a>.</p>
<p>The bulk of the code is written in platform-independent C and is easily ported to other environments.</p>
</div>
</div>
</div>