Go to file
Simon Horman cbc54b2fe0 AUTHORS: Add Martin Kalcok.
Signed-off-by: Simon Horman <horms@ovn.org>
2024-05-09 13:39:31 +01:00
.ci ci: Set platform parameter when building DPDK. 2024-05-09 13:29:36 +01:00
.github/workflows github: Update python to 3.12. 2024-04-11 22:47:34 +02:00
Documentation docs: Document manual cluster recovery procedure. 2024-05-03 14:15:20 +02:00
build-aux build-aux/extract-ofp-fields: Fix the number of Summary columns. 2023-11-14 21:50:11 +01:00
datapath-windows automake: Move build-aux EXTRA_DIST updates to their own file. 2023-10-31 19:34:44 +01:00
debian Set release date for 3.3.0. 2024-02-16 23:23:19 +01:00
include sparse: Add additional define for sparse on GCC >= 14. 2024-05-03 14:15:20 +02:00
ipsec ovs-monitor-ipsec: LibreSwan autodetect paths. 2024-03-22 20:35:45 +01:00
lib hash, jhash: Fix unaligned access to the hash remainder. 2024-05-03 14:15:20 +02:00
m4 m4: Fix linking with OpenSSL 1.1.0+ and 3+ on Windows. 2024-03-04 22:15:58 +01:00
ofproto ofproto-dpif-trace: Fix access to an out-of-scope stack memory. 2024-05-03 14:16:20 +02:00
ovsdb ovsdb-client: Add missing arg to help for 'dump'. 2024-05-07 15:12:43 +01:00
poc rhel: Stop packaging OVS kernel module. 2022-07-15 13:45:55 +02:00
python socket: Increase listen backlog to 64 everywhere. 2024-04-23 11:49:56 +01:00
rhel rhel/systemd: Set ovsdb-server timeout to 5 minutes. 2024-04-23 21:31:11 +02:00
selinux selinux: Add missing permissions for ovs-kmod-ctl. 2020-09-16 00:19:37 +02:00
tests ofproto-dpif-trace: Fix access to an out-of-scope stack memory. 2024-05-03 14:16:20 +02:00
third-party doc: Remove documentation from distdoc target 2016-12-12 09:11:03 -08:00
tutorial Remove OVN. 2019-09-06 14:54:58 -07:00
utilities checkpatch: Allow rST manpages to be added. 2024-04-12 10:39:01 +01:00
vswitchd vswitch.xml: Use member wording for bonds. 2024-03-06 10:10:29 +00:00
vtep lib, ovsdb, vtep: Add various null pointer checks. 2023-09-25 12:53:06 +02:00
windows windows, installer: Bundle Windows 10 driver 2020-10-04 22:09:45 +03:00
.cirrus.yml cirrus: Update to FreeBSD 13.3. 2024-04-10 19:50:42 +02:00
.editorconfig editorconfig: Remove [*] section and trim_trailing_whitespace. 2023-12-04 09:19:43 -05:00
.gitignore make: Remove the Linux datapath. 2022-07-15 13:45:55 +02:00
.mailmap AUTHORS: Update email for Simon Horman. 2023-08-16 14:56:08 +02:00
.readthedocs.yaml readthedocs: Use dirhtml builder. 2023-10-27 11:07:24 +02:00
AUTHORS.rst AUTHORS: Add Martin Kalcok. 2024-05-09 13:39:31 +01:00
CONTRIBUTING.rst CONTRIBUTING.rst: Fix links. 2017-03-17 15:20:35 -07:00
LICENSE Edit Open vSwitch license info so that GitHub recognizes it. 2018-04-16 13:00:56 -07:00
MAINTAINERS.rst MAINTAINERS: Add Aaron Conole. 2023-08-14 12:15:03 +02:00
Makefile.am python: Remove hacking dependency and use recent flake8. 2024-04-10 19:52:38 +02:00
NEWS Documentation: Updates for rename of primary development branch as main. 2024-04-10 14:30:41 +01:00
NOTICE datapath-windows: Add Connection Tracking Support 2016-04-14 10:11:46 -07:00
README.rst Documentation: Updates for rename of primary development branch as main. 2024-04-10 14:30:41 +01:00
Vagrantfile rhel: Stop packaging OVS kernel module. 2022-07-15 13:45:55 +02:00
Vagrantfile-FreeBSD Remove dependency on python3-six 2019-12-20 12:23:06 -08:00
acinclude.m4 netdev-linux: Support 64-bit rates in tc policing. 2023-07-17 20:03:54 +02:00
appveyor.yml appveyor: Fix too wide OpenSSL version regexp. 2024-04-12 11:41:25 +02:00
boot.sh debian: Check for accurate Debian changelog version at build time too. 2010-07-21 15:38:23 -07:00
configure.ac Prepare for post-3.3.0 (3.3.90). 2024-01-17 23:18:08 +01:00

README.rst

.. NOTE(stephenfin): If making changes to this file, ensure that the
   start-after/end-before lines found in 'Documentation/intro/what-is-ovs'
   are kept up-to-date.

============
Open vSwitch
============

.. image:: https://github.com/openvswitch/ovs/workflows/Build%20and%20Test/badge.svg
    :target: https://github.com/openvswitch/ovs/actions
.. image:: https://ci.appveyor.com/api/projects/status/github/openvswitch/ovs?branch=main&svg=true&retina=true
    :target: https://ci.appveyor.com/project/blp/ovs/history
.. image:: https://api.cirrus-ci.com/github/openvswitch/ovs.svg
    :target: https://cirrus-ci.com/github/openvswitch/ovs
.. image:: https://readthedocs.org/projects/openvswitch/badge/?version=latest
    :target: https://docs.openvswitch.org/en/latest/

What is Open vSwitch?
---------------------

Open vSwitch is a multilayer software switch licensed under the open source
Apache 2 license.  Our goal is to implement a production quality switch
platform that supports standard management interfaces and opens the forwarding
functions to programmatic extension and control.

Open vSwitch is well suited to function as a virtual switch in VM environments.
In addition to exposing standard control and visibility interfaces to the
virtual networking layer, it was designed to support distribution across
multiple physical servers.  Open vSwitch supports multiple Linux-based
virtualization technologies including KVM, and VirtualBox.

The bulk of the code is written in platform-independent C and is easily ported
to other environments.  The current release of Open vSwitch supports the
following features:

- Standard 802.1Q VLAN model with trunk and access ports
- NIC bonding with or without LACP on upstream switch
- NetFlow, sFlow(R), and mirroring for increased visibility
- QoS (Quality of Service) configuration, plus policing
- Geneve, GRE, VXLAN, STT, ERSPAN, GTP-U, SRv6, Bareudp, and LISP tunneling
- 802.1ag connectivity fault management
- OpenFlow 1.0 plus numerous extensions
- Transactional configuration database with C and Python bindings
- High-performance forwarding using a Linux kernel module

Open vSwitch can also operate entirely in userspace without assistance from
a kernel module.  This userspace implementation should be easier to port than
the kernel-based switch. OVS in userspace can access Linux or DPDK devices.
Note Open vSwitch with userspace datapath and non DPDK devices is considered
experimental and comes with a cost in performance.

What's here?
------------

The main components of this distribution are:

- ovs-vswitchd, a daemon that implements the switch, along with a companion
  Linux kernel module for flow-based switching.
- ovsdb-server, a lightweight database server that ovs-vswitchd queries to
  obtain its configuration.
- ovs-dpctl, a tool for configuring the switch kernel module.
- Scripts and specs for building RPMs for Red Hat Enterprise Linux and
  deb packages for Ubuntu/Debian.
- ovs-vsctl, a utility for querying and updating the configuration of
  ovs-vswitchd.
- ovs-appctl, a utility that sends commands to running Open vSwitch daemons.

Open vSwitch also provides some tools:

- ovs-ofctl, a utility for querying and controlling OpenFlow switches and
  controllers.
- ovs-pki, a utility for creating and managing the public-key infrastructure
  for OpenFlow switches.
- ovs-testcontroller, a simple OpenFlow controller that may be useful for
  testing (though not for production).
- A patch to tcpdump that enables it to parse OpenFlow messages.

What other documentation is available?
--------------------------------------

.. TODO(stephenfin): Update with a link to the hosting site of the docs, once
   we know where that is

To install Open vSwitch on a regular Linux or FreeBSD host, please read the
`installation guide <Documentation/intro/install/general.rst>`__. For specifics
around installation on a specific platform, refer to one of the `other
installation guides <Documentation/intro/install/index.rst>`__

For answers to common questions, refer to the `FAQ <Documentation/faq>`__.

To learn about some advanced features of the Open vSwitch software switch, read
the `tutorial <Documentation/tutorials/ovs-advanced.rst>`__.

Each Open vSwitch userspace program is accompanied by a manpage.  Many of the
manpages are customized to your configuration as part of the build process, so
we recommend building Open vSwitch before reading the manpages.

License
-------

The following is a summary of the licensing of files in this distribution.
As mentioned, Open vSwitch is licensed under the open source Apache 2 license.
Some files may be marked specifically with a different license, in which case
that license applies to the file in question.


Files under the datapath directory are licensed under the GNU General Public
License, version 2.

File build-aux/cccl is licensed under the GNU General Public License, version 2.

The following files are licensed under the 2-clause BSD license.
    include/windows/getopt.h
    lib/getopt_long.c
    lib/conntrack-tcp.c

The following files are licensed under the 3-clause BSD-license
    include/windows/netinet/icmp6.h
    include/windows/netinet/ip6.h
    lib/strsep.c

Files lib/sflow*.[ch] are licensed under the terms of either the
Sun Industry Standards Source License 1.1, that is available at:
        http://host-sflow.sourceforge.net/sissl.html
or the InMon sFlow License, that is available at:
        http://www.inmon.com/technology/sflowlicense.txt

Contact
-------

bugs@openvswitch.org