X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=7c680d490036ef99f0ed15375fcbce9f9b97081a;hb=refs%2Fheads%2Fmanual;hp=dddad3f686217d02f6a28ea669efef47835f7ea6;hpb=c434706a374bd44d1274e7bdbee40067a6620b61;p=openvswitch diff --git a/README b/README index dddad3f6..7c680d49 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ 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), SPAN, RSPAN, and ERSPAN for increased visibility + * NetFlow, sFlow(R), and mirroring for increased visibility * QoS (Quality of Service) configuration, plus policing * GRE, GRE over IPSEC, and CAPWAP tunneling * 802.1ag connectivity fault management @@ -88,7 +88,9 @@ Open vSwitch also provides some tools: What other documentation is available? -------------------------------------- -To install Open vSwitch on a regular Linux machine, read INSTALL.Linux. +To install Open vSwitch on a regular Linux machine, read INSTALL. + +For answers to common questions, read FAQ. To use Open vSwitch as a drop-in replacement for the Linux bridge, read INSTALL.bridge. @@ -99,9 +101,11 @@ or resource pool, read INSTALL.XenServer. To build RPMs for installing Open vSwitch on a Red Hat Enterprise Linux host, read INSTALL.RHEL. -To use Open vSwitch with KVM on Linux, read INSTALL.Linux, then +To use Open vSwitch with KVM on Linux, read INSTALL, then INSTALL.KVM. +To use Open vSwitch with Libvirt, read INSTALL.Libvirt. + To install Open vSwitch without using a kernel module, read INSTALL.userspace.