summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>2012-07-25 22:51:05 +0200
committerBen Pfaff <blp@nicira.com>2012-07-26 16:21:48 -0700
commitf6eb6b202533ad393b8d1d8e6ae6e502cbf19caf (patch)
tree95c1b5ef8a94591c7c3e89232d734922e766fd04 /README
parent22dd5cecefe4452900f5e0df82bf63a849004589 (diff)
downloadopenvswitch-f6eb6b202533ad393b8d1d8e6ae6e502cbf19caf.tar.gz
netdev implementation for FreeBSD
This patch adds new netdev classes that implement "system" and "tap" devices on FreeBSD using the libpcap library. This enables the use of the "netdev" datapath_type of Open vSwitch on FreeBSD. Signed-off-by: Gaetano Catalli <gaetano.catalli@gmail.com> Signed-off-by: Ed Maste <emaste@adaranet.com> Signed-off-by: Giuseppe Lettieri <g.lettieri@iet.unipi.it> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index aa3178209..7c680d490 100644
--- a/README
+++ b/README
@@ -88,7 +88,7 @@ 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.
@@ -101,7 +101,7 @@ 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.