aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.XenServer
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 /INSTALL.XenServer
parent22dd5cecefe4452900f5e0df82bf63a849004589 (diff)
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 'INSTALL.XenServer')
-rw-r--r--INSTALL.XenServer6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.XenServer b/INSTALL.XenServer
index e45d5bca..7a4dd76e 100644
--- a/INSTALL.XenServer
+++ b/INSTALL.XenServer
@@ -3,7 +3,7 @@
This document describes how to build and install Open vSwitch on a
Citrix XenServer host. If you want to install Open vSwitch on a
-generic Linux host, see INSTALL.Linux instead.
+generic Linux or BSD host, see INSTALL instead.
These instructions have been tested with XenServer 5.6 FP1.
@@ -19,8 +19,8 @@ RPMs for Citrix XenServer is the DDK VM available from Citrix.
./configure; make dist" in the Git tree. You cannot run this in
the DDK VM, because it lacks tools that are necessary to bootstrap
the Open vSwitch distribution. Instead, you must run this on a
- machine that has the tools listed in INSTALL.Linux as prerequisites
- for building from a Git tree.
+ machine that has the tools listed in INSTALL as prerequisites for
+ building from a Git tree.
2. Copy the distribution tarball into /usr/src/redhat/SOURCES inside
the DDK VM.