forked from openvswitch/openvswitch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (86 loc) · 4.79 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
86
87
88
---
layout: skel
status: publish
published: true
title: Open vSwitch
author:
display_name: admin
login: admin
email: casado@nicira.com
url: ''
author_login: admin
author_email: casado@nicira.com
wordpress_id: 2
wordpress_url: http://noxrepo.org/openvswitch.org/wordpress/?page_id=2
date: !binary |-
MjAwOS0wNC0yNSAxODoxNDoxMSAtMDcwMA==
date_gmt: !binary |-
MjAwOS0wNC0yNSAyMjoxNDoxMSAtMDcwMA==
categories:
- Uncategorized
tags: []
comments: []
---
<!--TODO mailing list links-->
<div class="mainpage-top">
<h1 style="display:inline-block;">Production Quality, Multilayer Open Virtual Switch</h1>
<div class="halfcolumn">
<img width="440" height="300" src="{{site.url}}/assets/featured-image.jpg" alt="">
</div>
<div class="halfcolumn">
<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="{{site.url}}/features">here</a></p>
<a href="{{site.url}}/download">
<div class="featured-button">
<p>Download</p>
</div>
</a>
</div>
</div>
<div class="columncontainer">
<div class="onethirdcolumn widget">
<div class="widget-title">
Introducing Open vSwitch
</div>
<div class="textwidget">
<p>To understand why virtualized environments require a new approach to switching, read the <a href="{{site.gitfileviewerurl}}WHY-OVS.md">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 over a thousand unit tests.</p>
</div>
</div>
<div class="onethirdcolumn widget">
<div class="widget-title">
Open vSwitch 2015 Fall Conference
</div>
<div class="textwidget">
<p>
<a href="support/ovscon2015/">Tentative schedule</a> for this
year's conference, to be held Nov. 16-17, 2015, in San Jose, CA.
</p>
</div>
<div class="widget-title">
Patchwork for Open vSwitch
</div>
<div class="textwidget">
<p>
<a href="https://patchwork.ozlabs.org/project/openvswitch/list/">Patchwork
</a>is a web-based patch tracking system for facilitating the contribution
and management of contributions to Open vSwitch project.
</p>
</div>
<div class="widget-title">
Join Open vSwitch Community
</div>
<div class="textwidget">
<p>{% include mailinglist-link.html %}</p>
</div>
</div>
<div class="onethirdcolumn widget">
<div class="widget-title">
Supported Platform
</div>
<div class="textwidget">
<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>, and <a href="http://fedoraproject.org//">Fedora</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>.<br><br></p>
<p>The bulk of the code is written in platform-independent C and is easily ported to other environments.</p>
</div>
</div>
</div>