From patchwork Thu Aug 11 06:09:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 661585 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (archives.nicira.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3sJ2Lt5NYCz9sBM for ; Tue, 23 Aug 2016 04:35:34 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 61EFC10634; Mon, 22 Aug 2016 11:35:32 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx1e3.cudamail.com (mx1.cudamail.com [69.90.118.67]) by archives.nicira.com (Postfix) with ESMTPS id 49DD110602 for ; Mon, 22 Aug 2016 11:35:31 -0700 (PDT) Received: from bar5.cudamail.com (localhost [127.0.0.1]) by mx1e3.cudamail.com (Postfix) with ESMTPS id 99C744201A3 for ; Mon, 22 Aug 2016 12:35:30 -0600 (MDT) X-ASG-Debug-ID: 1471890929-09eadd61b33b7c50001-byXFYA Received: from mx3-pf2.cudamail.com ([192.168.14.1]) by bar5.cudamail.com with ESMTP id fsUFTLNS93IXYVM9 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 22 Aug 2016 12:35:30 -0600 (MDT) X-Barracuda-Envelope-From: jpettit@ovn.org X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.1 Received: from unknown (HELO relay3-d.mail.gandi.net) (217.70.183.195) by mx3-pf2.cudamail.com with ESMTPS (DHE-RSA-AES256-SHA encrypted); 22 Aug 2016 18:35:29 -0000 Received-SPF: pass (mx3-pf2.cudamail.com: SPF record at ovn.org designates 217.70.183.195 as permitted sender) X-Barracuda-Apparent-Source-IP: 217.70.183.195 X-Barracuda-RBL-IP: 217.70.183.195 Received: from mfilter41-d.gandi.net (mfilter41-d.gandi.net [217.70.178.173]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 4BB49A80C8 for ; Mon, 22 Aug 2016 20:35:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter41-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter41-d.gandi.net (mfilter41-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 87mJttXL9PTG for ; Mon, 22 Aug 2016 20:35:25 +0200 (CEST) X-Originating-IP: 75.98.193.200 Received: from localhost.localdomain (unknown [75.98.193.200]) (Authenticated sender: jpettit@ovn.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 88297A80D9 for ; Mon, 22 Aug 2016 20:35:25 +0200 (CEST) X-CudaMail-Envelope-Sender: jpettit@ovn.org From: Justin Pettit To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-V2-821034259 X-CudaMail-DTE: 082216 X-CudaMail-Originating-IP: 217.70.183.195 Date: Wed, 10 Aug 2016 23:09:12 -0700 X-ASG-Orig-Subj: [##CM-V2-821034259##][PATCH 1/3] OVN-Tutorial: Replace example with ASCII quotes. Message-Id: <1470895754-84811-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Barracuda-Connect: UNKNOWN[192.168.14.1] X-Barracuda-Start-Time: 1471890930 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Subject: [ovs-dev] [PATCH 1/3] OVN-Tutorial: Replace example with ASCII quotes. X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@openvswitch.org Sender: "dev" The "--ovn" argument for SANDBOXFLAGS used unicode quotes, which when copy and pasted made the command mysteriously fail. Signed-off-by: Justin Pettit Acked-by: Lance Richardson --- tutorial/OVN-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/OVN-Tutorial.md b/tutorial/OVN-Tutorial.md index be9805c..65e4ea2 100644 --- a/tutorial/OVN-Tutorial.md +++ b/tutorial/OVN-Tutorial.md @@ -17,7 +17,7 @@ section of [Tutorial.md]. pass the `--ovn` flag. For example, if running it straight from the ovs git tree you would run: - $ make sandbox SANDBOXFLAGS=”--ovn” + $ make sandbox SANDBOXFLAGS="--ovn" Running the sandbox with OVN enabled does the following additional steps to the environment: