Change project name to "Open vSwitch"
authorJustin Pettit <jpettit@nicira.com>
Thu, 21 May 2009 05:46:29 +0000 (22:46 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 21 May 2009 05:50:58 +0000 (22:50 -0700)
The project was most recently called "OpenVSwitch".  This commit changes
the name to "Open vSwitch", which should be the official name (and
capitalization) going forward.

39 files changed:
INSTALL
README
datapath/brc_sysfs_dp.c
datapath/brc_sysfs_if.c
datapath/brcompat.c
datapath/datapath.c
debian/changelog
debian/control
debian/control.modules.in
debian/openvswitch-controller.init
debian/openvswitch-datapath-source.README.Debian
debian/openvswitch-monitor.default
debian/openvswitch-monitor.init
debian/openvswitch-switch.README.Debian
debian/openvswitch-switch.init
debian/openvswitch-switch.template
debian/openvswitch-switchui.init
debian/openvswitch-wdt.default
debian/openvswitch-wdt.init
debian/ovs-switch-setup
debian/ovs-switch-setup.8
secchan/main.c
secchan/secchan.8.in
tests/test-dhcp-client.c
utilities/ovs-appctl.8.in
utilities/ovs-cfg-mod.8.in
utilities/ovs-controller.8.in
utilities/ovs-discover.8.in
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c
utilities/ovs-kill.8.in
utilities/ovs-kill.c
utilities/ovs-ofctl.8.in
utilities/ovs-parse-leaks.in
utilities/ovs-pki.8.in
utilities/ovs-pki.in
vswitchd/brcompatd.8.in
vswitchd/vswitchd.8.in
vswitchd/vswitchd.conf.5.in

diff --git a/INSTALL b/INSTALL
index 091e75e3bde66de926546f472f4c4fc35d797ef8..e6dde2e749d8ee162d0ccc0ee239797ae3659e52 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,9 @@
-               OpenVSwitch Installation Instructions
+               Open vSwitch Installation Instructions
 
 This document describes how to build, install, and execute
-OpenVSwitch.
+Open vSwitch.
 
-OpenVSwitch implements an Ethernet switch with MAC learning that may
+Open vSwitch implements an Ethernet switch with MAC learning that may
 be configured with any of the following features:
 
        * NIC bonding with automatic fail-over and source MAC-based TX
@@ -38,7 +38,7 @@ There are two principal ways to build and install this distribution:
 Base Prerequisites
 ------------------
 
-Regardless of how it is built, OpenVSwitch has a common set of
+Regardless of how it is built, Open vSwitch has a common set of
 prerequisites.  To compile the userspace programs in the OpenFlow
 reference distribution, you will need the following software:
 
@@ -49,10 +49,10 @@ reference distribution, you will need the following software:
       with version 4.2 or 4.3.
 
     - libssl, from OpenSSL (http://www.openssl.org/), is optional but
-      recommended if you plan to connect the OpenVSwitch to an
+      recommended if you plan to connect the Open vSwitch to an
       OpenFlow controller.  libssl is required to establish
       confidentiality and authenticity in the connections from an
-      OpenVSwitch to an OpenFlow controller.  To enable, configure
+      Open vSwitch to an OpenFlow controller.  To enable, configure
       with --enable-ssl=yes.
 
 To compile the kernel module, you must also install the following:
@@ -77,7 +77,7 @@ To compile the kernel module, you must also install the following:
       infrastructure.
 
 If you are working from a Git tree or snapshot (instead of from a
-distribution tarball), or if you modify the OpenVSwitch build system,
+distribution tarball), or if you modify the Open vSwitch build system,
 you will also need the following software:
 
     - Autoconf version 2.60 or later (http://www.gnu.org/software/autoconf).
@@ -90,7 +90,7 @@ you will also need the following software:
 Debian Prerequisites
 --------------------
 
-To build Debian packages from the OpenVSwitch distribution, you will
+To build Debian packages from the Open vSwitch distribution, you will
 need to install a number of Debian packages in addition to the base
 prerequisites listed above.  These additional prerequisites may be
 found listed as "Build-Depends" in debian/control in the source tree.
@@ -104,7 +104,7 @@ To build Debian packages without being root, also install the
 Building Conventionally
 =======================
 
-This section explains how to build and install the OpenVSwitch
+This section explains how to build and install the Open vSwitch
 distribution in the ordinary way using "configure" and "make".
 
 0. Check that you have installed all the prerequisites listed above in
@@ -280,7 +280,7 @@ Follow these instructions to build Debian packages for OpenFlow.
 Installation
 ============
 
-This section explains how to install OpenVSwitch in a network with one
+This section explains how to install Open vSwitch in a network with one
 controller and one or more switches, each of which runs on a separate
 machine.  Before you begin, you must decide on one of two ways for
 each switch to reach the controller over the network:
@@ -314,7 +314,7 @@ switch.
 Testing the Virtual Switch
 --------------------------
 
-The OpenVSwitch kernel module must be loaded, as described under
+The Open vSwitch kernel module must be loaded, as described under
 "Building Conventionally", before it may be used.
 
 0. The commands below must run as root, so log in as root, or use a
@@ -406,16 +406,16 @@ Configuration
 Secure operation over SSL
 -------------------------
 
-The instructions above set up OpenVSwitch for operation over a
-plaintext TCP connection.  Production use of OpenVSwitch should use
+The instructions above set up Open vSwitch for operation over a
+plaintext TCP connection.  Production use of Open vSwitch should use
 SSL[*] to ensure confidentiality and authenticity of traffic among
 switches and controllers.  The source must be configured with
 --enable-ssl=yes to build with SSL support.
 
-To use SSL with OpenVSwitch, you must set up a public-key infrastructure
+To use SSL with Open vSwitch, you must set up a public-key infrastructure
 (PKI) including a pair of certificate authorities (CAs), one for
 controllers and one for switches.  If you have an established PKI,
-OpenVSwitch can use it directly.  Otherwise, refer to "Establishing a
+Open vSwitch can use it directly.  Otherwise, refer to "Establishing a
 Public Key Infrastructure" below.
 
 To configure the controller to listen for SSL connections on port 6633
@@ -450,7 +450,7 @@ like:
       # secchan -v DATAPATH ssl:192.168.1.2 --private-key=sc-privkey.pem \
             --certificate=sc-cert.pem --ca-cert=pki/controllerca/cacert.pem
 
-[*] To be specific, OpenVSwitch uses TLS version 1.0 or later (TLSv1), as
+[*] To be specific, Open vSwitch uses TLS version 1.0 or later (TLSv1), as
     specified by RFC 2246, which is very similar to SSL version 3.0.
     TLSv1 was released in January 1999, so all current software and
     hardware should implement it.
@@ -458,11 +458,11 @@ like:
 Establishing a Public Key Infrastructure
 ----------------------------------------
 
-If you do not have a PKI, the ovs-pki script included with OpenVSwitch
+If you do not have a PKI, the ovs-pki script included with Open vSwitch
 can help.  To create an initial PKI structure, invoke it as:
       % ovs-pki init
 which will create and populate a new PKI directory.  The default
-location for the PKI directory depends on how the OpenVSwitch tree was
+location for the PKI directory depends on how the Open vSwitch tree was
 configured (to see the configured default, look for the --dir option
 description in the output of "ovs-pki --help").
 
diff --git a/README b/README
index 737029a1adf5dc83a0b7557b5329b41b51d7661c..bb33e54e51575127443383576c14a313ae1862fb 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-                 OpenVSwitch <http://openvswitch.org>
+                 Open vSwitch <http://openvswitch.org>
 
-What is OpenVSwitch?
---------------------
+What is Open vSwitch?
+---------------------
 
-OpenVSwitch is an Ethernet switch for virtual servers with the
+Open vSwitch is an Ethernet switch for virtual servers with the
 following features:
 
        * NIC bonding with automatic fail-over and source MAC-based TX
@@ -42,7 +42,7 @@ This distribution includes some additional software as well:
        - ovs-ofctl, a utility for querying and controlling OpenFlow
           switches and controllers.
 
-       - vlog-appctl, a utility that can control OpenVSwitch daemons,
+       - vlog-appctl, a utility that can control Open vSwitch daemons,
           adjusting their logging levels among other uses.
 
        - ovs-pki, a utility for creating and managing the public-key
index 6d12b04e8106f6f90e7b028fb8652c21198c9048..fc02f2794cfa59310e03f8158f8a58b6ee4dfb4b 100644 (file)
@@ -1,7 +1,7 @@
 #include <linux/version.h>
 
 /*
- *     Sysfs attributes of bridge for OpenVSwitch
+ *     Sysfs attributes of bridge for Open vSwitch
  *
  *  This has been shamelessly copied from the kernel sources.
  */
index 245cd7f6b874c267cb625d139d3173bd823cfa3c..20bb109b578fd26c9b20c80c18af43ee841a0ecb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sysfs attributes of bridge ports for OpenVSwitch
+ *     Sysfs attributes of bridge ports for Open vSwitch
  *
  *  This has been shamelessly copied from the kernel sources.
  */
index 4de694f4374416c9eeadf4250ba2b9c00b964999..5b68c8b4c845c37e8310dbe84262be982b2145fd 100644 (file)
@@ -493,7 +493,7 @@ __init brc_init(void)
        int i;
        int err;
 
-       printk("OpenVSwitch Bridge Compatibility, built "__DATE__" "__TIME__"\n");
+       printk("Open vSwitch Bridge Compatibility, built "__DATE__" "__TIME__"\n");
 
        rcu_read_lock();
        for (i=0; i<ODP_MAX; i++) {
@@ -575,6 +575,6 @@ brc_cleanup(void)
 module_init(brc_init);
 module_exit(brc_cleanup);
 
-MODULE_DESCRIPTION("OpenVSwitch bridge compatibility");
+MODULE_DESCRIPTION("Open vSwitch bridge compatibility");
 MODULE_AUTHOR("Copyright (c) 2009 The Board of Trustees of The Leland Stanford Junior University");
 MODULE_LICENSE("GPL");
index 419210699a099375b12873702e6bbada0db49a14..fb28b39f2211ec5ad47ca8a77ed04ce6f43b1a21 100644 (file)
@@ -1535,7 +1535,7 @@ static int __init dp_init(void)
 {
        int err;
 
-       printk("OpenVSwitch %s, built "__DATE__" "__TIME__"\n", VERSION BUILDNR);
+       printk("Open vSwitch %s, built "__DATE__" "__TIME__"\n", VERSION BUILDNR);
 
        err = flow_init();
        if (err)
@@ -1591,5 +1591,5 @@ static void dp_cleanup(void)
 module_init(dp_init);
 module_exit(dp_cleanup);
 
-MODULE_DESCRIPTION("OpenVSwitch switching datapath");
+MODULE_DESCRIPTION("Open vSwitch switching datapath");
 MODULE_LICENSE("GPL");
index e988e1fec25cc1f56ebd53bdbb6f9c4adbc4b43f..4aa1f90b4aa1dd8fa7a537adb6b590e94eea6142 100644 (file)
@@ -2,4 +2,4 @@ openvswitch (0.90.0) unstable; urgency=low
 
   * Development version.
 
- -- OpenVSwitch developers <ovs-dev@openvswitch.org>  Mon, 19 Nov 2007 14:57:52 -0800
+ -- Open vSwitch developers <ovs-dev@openvswitch.org>  Mon, 19 Nov 2007 14:57:52 -0800
index 770f11b79165a861dcdd6f7890cd1432dfef4600..09eda11481eb5ba4ae476c532f4c0a350ae92a77 100644 (file)
@@ -1,7 +1,7 @@
 Source: openvswitch
 Section: net
 Priority: extra
-Maintainer: OpenVSwitch developers <ovs-dev@openvswitch.org>
+Maintainer: Open vSwitch developers <ovs-dev@openvswitch.org>
 Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev
 Standards-Version: 3.7.3
 
@@ -9,44 +9,44 @@ Package: openvswitch-datapath-source
 Architecture: all
 Depends: module-assistant, bzip2, debhelper (>= 5.0.37)
 Suggests: openvswitch-switch
-Description: Source code for OpenVSwitch datapath Linux module
- This package provides the OpenVSwitch datapath module source code
+Description: Source code for Open vSwitch datapath Linux module
+ This package provides the Open vSwitch datapath module source code
  that is needed by openvswitch-switch.  The kernel module can be built
  from it using module-assistant or make-kpkg.  README.Debian in this
  package provides further instructions.
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: openvswitch-common
 Architecture: any
 Depends: ${shlibs:Depends}, openssl
-Description: OpenVSwitch common components
+Description: Open vSwitch common components
  openvswitch-common provides components required by both openvswitch-switch
  and openvswitch-controller.
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: openvswitch-switch
 Architecture: any
 Suggests: openvswitch-datapath-module
 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common, dhcp3-client, module-init-tools, dmidecode, procps, debianutils
-Description: OpenVSwitch switch implementations
+Description: Open vSwitch switch implementations
  openvswitch-switch provides the userspace components and utilities for
- the Openvswitch kernel-based switch.  
+ the Open vSwitch kernel-based switch.  
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: openvswitch-switch-config
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch, libwww-perl, libdigest-sha1-perl
-Description: OpenVSwitch switch implementations
+Description: Open vSwitch switch implementations
  openvswitch-switch-config provides a utility for interactively configuring
- the OpenVSwitch switch provided in the openvswitch-switch package.
+ the Open vSwitch switch provided in the openvswitch-switch package.
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: openvswitch-switchui
@@ -66,35 +66,35 @@ Description: Monitoring utility for OpenFlow switches
 Package: openvswitch-pki
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common
-Description: OpenVSwitch public key infrastructure
+Description: Open vSwitch public key infrastructure
  openvswitch-pki provides PKI (public key infrastructure) support for
- OpenVSwitch switches and controllers, reducing the risk of
- man-in-the-middle attacks on the Openvswitch network infrastructure.
+ Open vSwitch switches and controllers, reducing the risk of
+ man-in-the-middle attacks on the Open vSwitch network infrastructure.
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: openvswitch-pki-server
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki, apache2
-Description: OpenVSwitch public key infrastructure (HTTP server support)
- openvswitch-pki-server provides HTTP access to the OpenVSwitch PKI (public
+Description: Open vSwitch public key infrastructure (HTTP server support)
+ openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
  key infrastructure) maintained on the local machine by the
  openvswitch-pki package.  This HTTP access is needed for secure and
  convenient OpenFlow switch setup using the ovs-switch-setup program
  in the openvswitch-switch package.
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: openvswitch-controller
 Architecture: any
 Depends: ${shlibs:Depends}, openvswitch-common, openvswitch-pki
-Description: OpenVSwitch controller implementation
- The OpenVSwitch controller enables OpenFlow switches that connect to it
+Description: Open vSwitch controller implementation
+ The Open vSwitch controller enables OpenFlow switches that connect to it
  to act as MAC-learning Ethernet switches.
  .
- OpenVSwitch is a software-based Ethernet switch targeted at virtual
+ Open vSwitch is a software-based Ethernet switch targeted at virtual
  servers.
 
 Package: corekeeper
@@ -107,7 +107,7 @@ Description: Core file centralizer and reaper
 Package: openvswitch-dbg
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Debug symbols for OpenVSwitch packages
+Description: Debug symbols for Open vSwitch packages
  This package contains the debug symbols for all the other openvswitch-*
  packages.  Install it to debug one of them or to examine a core dump
  produced by one of them.
@@ -116,7 +116,7 @@ Package: openvswitch-monitor
 Architecture: any
 Recommends: openvswitch-switch
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Monitor utility for OpenVSwitch switches
+Description: Monitor utility for Open vSwitch switches
  The ovs-monitor utility included in this package monitors the secure
  channel and datapath.  If either become unresponsive, the switch is
  rebooted.
@@ -125,7 +125,7 @@ Package: openvswitch-wdt
 Architecture: any
 Recommends: openvswitch-switch
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Watchdog utility for OpenVSwitch switches
+Description: Watchdog utility for Open vSwitch switches
  The ovs-wdt program included in this package manages the hardware
  watchdog timer in switches based on the Portwell NAR-5520 hardware.
 
@@ -137,7 +137,7 @@ Depends:
  openvswitch-switchui (= ${source:Version}), 
  openvswitch-datapath-module (= ${source:Version}),
  corekeeper, openvswitch-monitor, openvswitch-wdt
-Description: Metapackage for installing a Nicira OpenVSwitch switch
+Description: Metapackage for installing a Nicira Open vSwitch switch
  Installing this package will install everything needed for a Nicira
- Portwell-based OpenVSwitch switch, including monitoring and the switch UI.
+ Portwell-based Open vSwitch switch, including monitoring and the switch UI.
 
index cc16329913fff93effaaa2228d8106bb8d6224e1..4da85b40d3ed43a2ce0ee5c051ed4f5f8a704bc0 100644 (file)
@@ -1,7 +1,7 @@
 Source: openvswitch
 Section: net
 Priority: extra
-Maintainer: OpenVSwitch developers <ovs-dev@openvswitch.org>
+Maintainer: Open vSwitch developers <ovs-dev@openvswitch.org>
 Build-Depends: debhelper (>= 5.0.37)
 Standards-Version: 3.7.3
 
@@ -9,8 +9,8 @@ Package: openvswitch-datapath-module-_KVERS_
 Architecture: any
 Recommends: kernel-image-_KVERS_, openvswitch-switch
 Provides: openvswitch-datapath-module
-Description: OpenVSwitch Linux datapath kernel module
- This package contains the OpenVSwitch loadable datapath kernel modules for
+Description: Open vSwitch Linux datapath kernel module
+ This package contains the Open vSwitch loadable datapath kernel modules for
  the kernel-image-_KVERS_ package.
  .
  If you compiled a custom kernel, you will most likely need to compile
index 43a9c5334a80b2c140694691f099b93821ace024..ee9c44d5de2c75ab6a2901c09ba2a3cfd2e9ddd8 100755 (executable)
@@ -25,7 +25,7 @@
 # Should-Stop:       
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: OpenVSwitch controller
+# Short-Description: Open vSwitch controller
 ### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
index 171aa9bd598a8926e569a1b1ccb9f71e9d771d3e..73bba7a14669dc514a662fbef586a352f8dc07e8 100644 (file)
@@ -1,4 +1,4 @@
-OpenVSwitch for Debian
+Open vSwitch for Debian
 ----------------------
 
 * How do I build this module the Debian way?
index 62f20ba9d7253c31fd36f4c593a829bb7320c9ee..f0c356e814afc5a3685d20a9c532b11005142206 100644 (file)
@@ -1,6 +1,6 @@
 # This is a POSIX shell fragment                -*- sh -*-
 
-# To configure the OpenVSwitch monitor package, modify the following.
+# To configure the Open vSwitch monitor package, modify the following.
 # Afterward, the monitor will be configured automatically at boot time.  
 # It can be started immediately with
 #       /etc/init.d/openvswitch-monitor start
index 6e363471f54915692e10e3b3fada6e40348dfaca..8c7e1ad0871c9a598995c888372cc7ff41cd5cf1 100755 (executable)
 # Should-Stop:       
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: OpenVSwitch switch monitor
+# Short-Description: Open vSwitch switch monitor
 ### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 DAEMON=/usr/sbin/ovs-monitor
 NAME=openvswitch-monitor
-DESC="OpenVSwitch switch monitor"
+DESC="Open vSwitch switch monitor"
 
 PIDFILE=/var/run/$NAME.pid 
 
index 7c5e08d8147622646ecd87bf0c60adcb4e9a786f..eb504f65522e973f1d149ae4e895e0ccc64c7447 100644 (file)
@@ -8,7 +8,7 @@ README.Debian for openvswitch-switch
   with "/etc/init.d/openvswitch-switch start".
 
 * To use the Linux kernel-based switch implementation, you will need
-  to build and install the OpenVSwitch kernel module.  To do so, install
+  to build and install the Open vSwitch kernel module.  To do so, install
   the openvswitch-datapath-source package, then follow the instructions
   given in /usr/share/doc/openvswitch-datapath-source/README.Debian
 
index 50ea4b8bf602d7fdfe7b3e320831f84df12c32e9..b238f72e1409e82b9670bd73c5422b6fb84f58cc 100755 (executable)
@@ -15,7 +15,7 @@
 # Required-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: OpenVSwitch switch
+# Short-Description: Open vSwitch switch
 ### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
index 739475bc181df5d62600edc83060754e7601ca8e..7fe0e15c613589430fe15612124ef3b5ee5c8f57 100644 (file)
@@ -17,7 +17,7 @@
 # The network devices that you select should not be configured with IP
 # or IPv6 addresses, even if the switch contacts the controller over
 # one of the selected network devices.  This is because a running
-# OpenVSwitch switch takes over network devices at a low level: they
+# Open vSwitch switch takes over network devices at a low level: they
 # become part of the switch and cannot be used for other purposes.
 #NETDEVS=""
 
@@ -37,7 +37,7 @@
 # * out-of-band: OpenFlow traffic uses a network separate from the
 #   data traffic that it controls.  If this is the case, the control
 #   network must already be configured on a network device other than
-#   one of those selected as an OpenVSwitch switch port in the previous
+#   one of those selected as an Open vSwitch switch port in the previous
 #   question.
 #
 # Set MODE to 'discovery', 'in-band', or 'out-of-band' for these
index 1857bb51c50ebd7235ec570c7933f83be524aab9..7a02c5eacf9b9f463f8231ccc3d22d3ae0e36518 100755 (executable)
 # Should-Stop:       
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: OpenVSwitch switch monitor
+# Short-Description: Open vSwitch switch monitor
 ### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 DAEMON=/usr/bin/ovs-switchui
 NAME=openvswitch-switchui
-DESC="OpenVSwitch switch monitor"
+DESC="Open vSwitch switch monitor"
 
 PIDFILE=/var/run/$NAME.pid 
 
index 56b7e418152250fbc56df15b1b3897b485bdb8e1..35625d45d169a2aa0ac8cc503350b2d4a25a9f34 100644 (file)
@@ -1,6 +1,6 @@
 # This is a POSIX shell fragment                -*- sh -*-
 
-# To configure the OpenVSwitch reliability packages, modify the following.
+# To configure the Open vSwitch reliability packages, modify the following.
 # Afterward, the watchdog timer and oops handling will be configured 
 # automatically at boot time.  It can be started immediately with
 #       /etc/init.d/openvswitch-wdt start
index 33cd19c05ccb55bc5f44f8b02e55b225f83a46bd..b1c0ec5e7420cf2df46ee17e45e936c4f1ee4167 100755 (executable)
 # Should-Stop:       
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: OpenVSwitch switch watchdog
+# Short-Description: Open vSwitch switch watchdog
 ### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 DAEMON=/usr/sbin/ovs-wdt
 NAME=openvswitch-wdt
-DESC="OpenVSwitch switch watchdog"
+DESC="Open vSwitch switch watchdog"
 
 PIDFILE=/var/run/$NAME.pid 
 
index 39a9dc966ed874c82e913eae282f4d4813f6540e..7a720727c119961a35a588e4be2a21e3769110a7 100755 (executable)
@@ -32,7 +32,7 @@ kill_ovs_discover();
 
 version('2.0');
 capb('backup');
-title('OpenVSwitch Switch Setup');
+title('Open vSwitch Switch Setup');
 
 my (%netdevs) = find_netdevs();
 db_subst('netdevs', 'choices',
index e34656d70553253c012f88ae58ad47eca854d1f7..696ad3655395f91ee631c007500b0642c50fdc29 100644 (file)
@@ -1,14 +1,14 @@
-.TH ovs-switch-setup 8 "June 2008" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs-switch-setup 8 "June 2008" "Open vSwitch" "Open vSwitch Manual"
 
 .SH NAME
-ovs\-switch\-setup \- interactive setup for OpenVSwitch switch
+ovs\-switch\-setup \- interactive setup for Open vSwitch switch
 
 .SH SYNOPSIS
 .B ovs\-switch\-setup
 
 .SH DESCRIPTION
 The \fBovs\-switch\-setup\fR program is an interactive program that
-assists the system administrator in configuring an OpenVSwitch switch,
+assists the system administrator in configuring an Open vSwitch switch,
 including the underlying public key infrastructure (PKI).
 
 .SH OPTIONS
@@ -16,20 +16,20 @@ ovs\-switch\-setup does not accept any command-line options.
 
 .SH FILES
 .IP /etc/default/openvswitch-switch
-Main configuration file for OpenVSwitch switch.
+Main configuration file for Open vSwitch switch.
 
 .IP /etc/openvswitch-switch/cacert.pem
 Default location of CA certificate for OpenFlow controllers.
 
 .IP /etc/openvswitch-switch/of0-cert.pem
-Default location of certificate for the OpenVSwitch switch's private key.
+Default location of certificate for the Open vSwitch switch's private key.
 
 .IP /etc/openvswitch-switch/of0-privkey.pem
-Default location of the OpenVSwitch switch's private key.  This file
+Default location of the Open vSwitch switch's private key.  This file
 should be readable only by \fBroot\fR.
 
 .IP /etc/openvswitch-switch/of0-req.pem
-Default location of certificate request for the OpenVSwitch switch's
+Default location of certificate request for the Open vSwitch switch's
 certificate.  This file is not used after the signed certificate
 (typically \fB/etc/openvswitch-switch/of0-cert.pem\fR, above) has been
 obtained from the OpenFlow PKI server.
index 5ed57824080050e3bda98f29d93b6a7f6c071bb7..148b3d7af0b681c63e050ace959ae1cb73026120 100644 (file)
@@ -152,7 +152,7 @@ main(int argc, char *argv[])
         ovs_fatal(error, "Could not listen for unixctl connections");
     }
 
-    VLOG_INFO("OpenVSwitch version %s", VERSION BUILDNR);
+    VLOG_INFO("Open vSwitch version %s", VERSION BUILDNR);
     VLOG_INFO("OpenFlow protocol version 0x%02x", OFP_VERSION);
 
     /* Start OpenFlow processing. */
index c567c7854762fba42cd943167f2124195410f187..d3889dac8a94a339f15a4a057729dd54da2c2dc5 100644 (file)
@@ -1,4 +1,4 @@
-.TH secchan 8 "March 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH secchan 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN secchan
 
 .SH NAME
index 459fc9abd39a6f709fbb787d2ae9eaab3ad759eb..fa19646f72995ddb8a236d506863d0e965d15213 100644 (file)
@@ -187,7 +187,7 @@ parse_options(int argc, char *argv[])
 static void
 usage(void)
 {
-    printf("%s: standalone program for testing OpenVSwitch DHCP client.\n"
+    printf("%s: standalone program for testing Open vSwitch DHCP client.\n"
            "usage: %s [OPTIONS] NETDEV\n"
            "where NETDEV is a network device (e.g. eth0).\n"
            "\nDHCP options:\n"
index f4538179dfa546adcc306bc29102ede648d15c6d..1e51621554c55f92131623c89418528b5e19f9c6 100644 (file)
@@ -4,11 +4,11 @@
 .  ns
 .  IP "\\$1"
 ..
-.TH ovs\-appctl 8 "April 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-appctl 8 "April 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs\-appctl
 
 .SH NAME
-ovs\-appctl \- utility for configuring running OpenVSwitch daemons
+ovs\-appctl \- utility for configuring running Open vSwitch daemons
 
 .SH SYNOPSIS
 \fBovs\-appctl\fR [\fB-h\fR | \fB--help\fR] [\fItarget\fR...] [\fIaction\fR...]
@@ -27,7 +27,7 @@ The available \fIaction\fR options are:
 
 .SH DESCRIPTION
 The \fBovs\-appctl\fR program connects to one or more running
-OpenVSwitch daemons (such as \fBvswitchd\fR(8)), as specified by the
+Open vSwitch daemons (such as \fBvswitchd\fR(8)), as specified by the
 user, and sends them commands to query or modify their behavior.
 Its primary purpose is currently to adjust daemons' logging levels.
 
@@ -40,7 +40,7 @@ The specified \fIsocket\fR must be the name of a Unix domain socket
 for a \fBovs\-appctl\fR-controllable process.  If \fIsocket\fR does not
 begin with \fB/\fR, it is treated as relative to \fB@RUNDIR@\fR.
 
-Each OpenVSwitch daemon by default creates a socket named
+Each Open vSwitch daemon by default creates a socket named
 \fB@RUNDIR@/\fIprogram\fB.\fIpid\fB.ctl\fR, where \fIprogram\fR is
 the program's name (such as \fBvswitchd\fR) and \fIpid\fR is the
 daemon's PID.
index 41d12d8614b4defbb04fd24cf97ddb193e48c4da..ebe2c1439ecd15cf33095a58d1fcf2cf37fcea6f 100644 (file)
@@ -1,4 +1,4 @@
-.TH ovs-cfg-mod 8 "April 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs-cfg-mod 8 "April 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs-cfg-mod
 .
 .SH NAME
index c28efac321662f88562ccedff81d459a8bd0fe64..31c7a865c9bf3bb087c0f1df0a36aae6cc191cf4 100644 (file)
@@ -1,4 +1,4 @@
-.TH ovs\-controller 8 "March 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-controller 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs\-controller
 
 .SH NAME
index 9943a3c0ce1b08fa22aba070e5ca8dcf1f344c52..d38ce9ee772d00bd62176959b89b80a6b178d320 100644 (file)
@@ -1,4 +1,4 @@
-.TH ovs\-discover 8 "May 2008" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-discover 8 "May 2008" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs\-discover
 
 .SH NAME
@@ -100,16 +100,16 @@ effect.
 .SH BUGS
 
 If the network devices specified on the command line have been added
-to an OpenVSwitch datapath with \fBovs\-dpctl add\-if\fR, then controller
+to an Open vSwitch datapath with \fBovs\-dpctl add\-if\fR, then controller
 discovery will fail because \fBovs\-discover\fR will not be able to
 see DHCP responses, even though tools such as \fBtcpdump\fR(8) and
 \fBwireshark\fR(1) can see them on the wire.  This is because of the
 structure of the Linux kernel networking stack, which hands packets
 first to programs that listen for all arriving packets, then to
-OpenVSwitch, then to programs that listen for a specific kind of packet.
-OpenVSwitch consumes all the packets handed to it, so tools like
+Open vSwitch, then to programs that listen for a specific kind of packet.
+Open vSwitch consumes all the packets handed to it, so tools like
 \fBtcpdump\fR that look at all packets will see packets arriving on
-OpenVSwitch interfaces, but \fRovs\-discover\fR, which listens only for
+Open vSwitch interfaces, but \fRovs\-discover\fR, which listens only for
 arriving IP packets, will not.
 
 .SH "SEE ALSO"
index fab0a4f5be458a4d1d6f06c5e19728cee5537b15..8f1f607970dca81e7ad265310be4d54b798bb7d5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ovs\-dpctl 8 "March 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-dpctl 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs\-dpctl
 
 .SH NAME
-ovs\-dpctl \- administer OpenVSwitch datapaths
+ovs\-dpctl \- administer Open vSwitch datapaths
 
 .SH SYNOPSIS
 .B ovs\-dpctl
@@ -10,7 +10,7 @@ ovs\-dpctl \- administer OpenVSwitch datapaths
 
 .SH DESCRIPTION
 
-The \fBovs\-dpctl\fR program can create, modify, and delete OpenVSwitch
+The \fBovs\-dpctl\fR program can create, modify, and delete Open vSwitch
 datapaths.  A single machine may host up to 256 datapaths (numbered 0
 to 255).
 
@@ -100,15 +100,15 @@ about all configured datapaths.
 Prints to the console all flow entries in datapath \fIdp\fR's
 flow table.
 
-This command is primarily useful for debugging OpenVSwitch.  The flow
+This command is primarily useful for debugging Open vSwitch.  The flow
 table entries that it displays are not
 OpenFlow flow entries.  Instead, they are different and considerably
-simpler flows maintained by the OpenVSwitch kernel module.
+simpler flows maintained by the Open vSwitch kernel module.
 
 .IP "\fBdel-flows \fIdp\fR"
 Deletes all flow entries from datapath \fIdp\fR's flow table.
 
-This command is primarily useful for debugging OpenVSwitch.  As
+This command is primarily useful for debugging Open vSwitch.  As
 discussed in \fBdump-flows\fR, these entries are
 not OpenFlow flow entries.  By deleting them, the process that set them
 up may be confused about their disappearance.
@@ -120,7 +120,7 @@ that \fBsecchan\fR or \fBvswitch\fR is controlling: group 0 contains
 all ports except those disabled by STP, and group 1 contains all
 ports.  Additional groups might be used in the future.
 
-This command is primarily useful for debugging OpenVSwitch.  OpenFlow
+This command is primarily useful for debugging Open vSwitch.  OpenFlow
 does not have a concept of port groups.
 
 .SH OPTIONS
@@ -136,7 +136,7 @@ signal.
 .SH EXAMPLES
 
 A typical \fBovs\-dpctl\fR command sequence for controlling an
-OpenVSwitch kernel module:
+Open vSwitch kernel module:
 
 .TP
 \fBovs\-dpctl add\-dp dp0\fR
index 1406763f26b9c87f5545e02146a862d5063dcc6e..298e9ee3bf05c68d892bae4d0805ea554b4a12d8 100644 (file)
@@ -168,7 +168,7 @@ parse_options(int argc, char *argv[])
 static void
 usage(void)
 {
-    printf("%s: OpenVSwitch datapath management utility\n"
+    printf("%s: Open vSwitch datapath management utility\n"
            "usage: %s [OPTIONS] COMMAND [ARG...]\n"
            "  add-dp DP [IFACE...]     add new datapath DP (with IFACEs)\n"
            "  del-dp DP                delete local datapath DP\n"
index 447c676c53b097d42273b997242b357e948805b2..af4ec987fdf8964380e1e2e5512910c18f707812 100644 (file)
@@ -1,4 +1,4 @@
-.TH ovs\-kill 8 "May 2008" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-kill 8 "May 2008" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs\-kill
 
 .SH NAME
index 935a0bc1e65a4c0e761bfa2c3c0a99ab4cb9c2c4..44d37e389ae13b777c0f72c2870afd1c07dff23c 100644 (file)
@@ -200,7 +200,7 @@ usage(void)
 {
     printf("%s: kills a program using a pidfile\n"
            "usage: %s [OPTIONS] PIDFILE [PIDFILE...]\n"
-           "where PIDFILE is a pidfile created by an OpenVSwitch daemon.\n"
+           "where PIDFILE is a pidfile created by an Open vSwitch daemon.\n"
            "\nOptions:\n"
            "  -s, --signal=NUMBER|NAME  signal to send (default: TERM)\n"
            "  -f, --force             ignore errors\n"
index 1243f04bd66a7fb9b05fb7ab7036f380a822c7b4..8dc50a3732f9cd128d08b526869a1b3955c4b01e 100644 (file)
@@ -1,4 +1,4 @@
-.TH ovs\-ofctl 8 "March 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-ofctl 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN ovs\-ofctl
 
 .SH NAME
index 31f7eaa840b520b30221595669e8d60f4275696b..4e06847c21fde47fc5d77e1058bbb4fa3c50408b 100755 (executable)
@@ -7,7 +7,7 @@ if (grep($_ eq '--help', @ARGV)) {
     print <<EOF;
 $0, for parsing leak checker logs
 usage: $0 [BINARY] < LOG
-where LOG is a file produced by an OpenVSwitch program's --check-leaks option
+where LOG is a file produced by an Open vSwitch program's --check-leaks option
   and BINARY is the binary that wrote LOG.
 EOF
     exit 0;
index fb3e4e42f2eb90922f09bf138b92fdcf382f67ca..35bf0ea4114c89fd7ff33979e33864f25c55af38 100644 (file)
@@ -1,4 +1,4 @@
-.TH ovs\-pki 8 "May 2008" "OpenVSwitch" "OpenVSwitch Manual"
+.TH ovs\-pki 8 "May 2008" "Open vSwitch" "Open vSwitch Manual"
 
 .SH NAME
 ovs\-pki \- OpenFlow public key infrastructure management utility
index 43c0f62436966744e2a9750a5c47524cc6c7e7cf..15ac17b924aa952875a478a285197bd5b4959eeb 100755 (executable)
@@ -209,9 +209,9 @@ distinguished_name = req_distinguished_name
 C = US
 ST = CA
 L = Palo Alto
-O = OpenVSwitch
+O = Open vSwitch
 OU = @ca@
-CN = OpenVSwitch @ca@ CA Certificate
+CN = Open vSwitch @ca@ CA Certificate
 
 [ ca ]
 default_ca = the_ca
@@ -429,9 +429,9 @@ distinguished_name = req_distinguished_name
 C = US
 ST = CA
 L = Palo Alto
-O = OpenVSwitch
-OU = OpenVSwitch certifier
-CN = OpenVSwitch certificate for $arg1
+O = Open vSwitch
+OU = Open vSwitch certifier
+CN = Open vSwitch certificate for $arg1
 EOF
     if test $keytype = rsa; then
         newkey=rsa:$bits
index 06973cbe2e6e328313fad959b7da5fecef112d60..b72b1d9f34f3d6c020e8458b7812bbca1f4d139a 100644 (file)
@@ -1,4 +1,4 @@
-.TH brcompatd 8 "March 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH brcompatd 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN brcompatd
 .
 .SH NAME
@@ -47,4 +47,4 @@ loaded.
 .BR ovs-appctl (8),
 .BR vswitchd (8),
 .BR vswitchd.conf (5),
-\fBINSTALL\fR in the OpenVSwitch distribution.
+\fBINSTALL\fR in the Open vSwitch distribution.
index 24357004ad744d229c0ffabd650c250e377a296e..7b79991136dceb786d3a70c69e8b468166f7ca7d 100644 (file)
@@ -1,4 +1,4 @@
-.TH vswitchd 8 "March 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH vswitchd 8 "March 2009" "Open vSwitch" "Open vSwitch Manual"
 .ds PN vswitchd
 .
 .SH NAME
@@ -17,7 +17,7 @@ For a description of \fBvswitchd\fR configuration syntax, see
 \fBvswitchd.conf\fR(5).
 .PP
 At startup or upon receipt of a \fBSIGHUP\fR signal, \fBvswitchd\fR
-reads the configuration file.  It sets up OpenVSwitch datapaths and then 
+reads the configuration file.  It sets up Open vSwitch datapaths and then 
 operates switching across each bridge described in its configuration 
 files.  If a logfile was specified on the command line it will also 
 be opened or reopened.
@@ -47,18 +47,18 @@ Connectivity to an external OpenFlow controller, such as NOX.
 .PP
 Only a single instance of \fBvswitchd\fR is intended to run at a time.
 A single \fBvswitchd\fR can manage any number of virtual switches, up
-to the maximum number of supported OpenVSwitch datapaths.
+to the maximum number of supported Open vSwitch datapaths.
 .PP
-\fBvswitchd\fR does all the necessary management of OpenVSwitch datapaths
+\fBvswitchd\fR does all the necessary management of Open vSwitch datapaths
 itself.  Thus, external tools, such \fBovs\-dpctl\fR(8), are not needed for
 managing datapaths in conjunction with \fBvswitchd\fR, and their use
 to modify datapaths when \fBvswitchd\fR is running can interfere with
 its operation.  (\fBovs\-dpctl\fR may still be useful for diagnostics.)
 .PP
-An OpenVSwitch datapath kernel module must be loaded for \fBvswitchd\fR
+An Open vSwitch datapath kernel module must be loaded for \fBvswitchd\fR
 to be useful.  Please refer to the \fBINSTALL\fR file included in the
-OpenVSwitch distribution for instructions on how to build and load
-the OpenVSwitch kernel module.
+Open vSwitch distribution for instructions on how to build and load
+the Open vSwitch kernel module.
 .PP
 .SH OPTIONS
 .IP "\fB--fake-proc-net\fR"
@@ -75,7 +75,7 @@ to be loaded.
 .
 .SH "BUGS"
 .
-Only OpenVSwitch kernel-based datapaths are currently supported.  In the
+Only Open vSwitch kernel-based datapaths are currently supported.  In the
 future, this restriction may be lifted.
 .PP
 Only Linux 2.6.\fIx\fR is currently supported.
@@ -84,4 +84,4 @@ Only Linux 2.6.\fIx\fR is currently supported.
 .BR ovs-appctl (8),
 .BR vswitchd.conf (5),
 .BR brcompatd (8),
-\fBINSTALL\fR in the OpenVSwitch distribution.
+\fBINSTALL\fR in the Open vSwitch distribution.
index 7b61ece86085f0c380c9f75560f0b636f6ed953a..25b2eeeb8e9259cf22c1968f1f33f1961a467a53 100644 (file)
@@ -16,7 +16,7 @@
 .  RE
 .  PP
 ..
-.TH vswitchd.conf 5 "April 2009" "OpenVSwitch" "OpenVSwitch Manual"
+.TH vswitchd.conf 5 "April 2009" "Open vSwitch" "Open vSwitch Manual"
 .
 .SH NAME
 vswitchd.conf \- configuration file for \fBvswitchd\fR