From patchwork Wed Oct 21 07:24:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 533616 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (li376-54.members.linode.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 83411140787 for ; Wed, 21 Oct 2015 18:24:55 +1100 (AEDT) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 43624105E4; Wed, 21 Oct 2015 00:24:51 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v1.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id 5C255105E0 for ; Wed, 21 Oct 2015 00:24:50 -0700 (PDT) Received: from bar4.cudamail.com (bar2 [192.168.15.2]) by mx3v1.cudamail.com (Postfix) with ESMTP id AF345618AC9 for ; Wed, 21 Oct 2015 01:24:49 -0600 (MDT) X-ASG-Debug-ID: 1445412289-03dc210f7a15dd20001-byXFYA Received: from mx3-pf3.cudamail.com ([192.168.14.3]) by bar4.cudamail.com with ESMTP id 3M36fNUVyQXPGQkE (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 21 Oct 2015 01:24:49 -0600 (MDT) X-Barracuda-Envelope-From: jpettit@nicira.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.3 Received: from unknown (HELO mail-pa0-f52.google.com) (209.85.220.52) by mx3-pf3.cudamail.com with ESMTPS (RC4-SHA encrypted); 21 Oct 2015 07:24:48 -0000 Received-SPF: unknown (mx3-pf3.cudamail.com: Multiple SPF records returned) X-Barracuda-RBL-Trusted-Forwarder: 209.85.220.52 Received: by pacfv9 with SMTP id fv9so48627454pac.3 for ; Wed, 21 Oct 2015 00:24:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=7Ext3t+KlkmBDpqOwY1+LaVY1ZPM1jlRRLPNYACnC4s=; b=JT/yqaCaDnM0LaMZ7HlM8dttuHwkM/xc3CUNwCOtvNHh6apf9eNcOBhpXtudCc6m62 M4Tpa2GHe80hOjP95BtKyryNJWqw7OR6MXuxPq/FrhyUgJOWXRLYGSLgT85ATO6URj1/ jIpvtN9/YkwKblRLxV30QR9iOXf4VqPpmw9fvDC+K1DrvRWH90IotoMwYmWr0wF2e5xd Apy1civJmC38NPrBd6822+2+jSD5AllwLru3SaKQqJuUrJUS8LZHmJe3CZncqTUtq9us P7RuUZxtQiwcR7iaWrJLzM1x/SrN0XCn8YbPcL0XLfHXwFJ1W7DgtCiDsuoxQnPWrMWu XnFg== X-Gm-Message-State: ALoCoQnuKJNWAZtmBsjVIOhcuJ6J4eWK3RTmNipRQpbi+T/2h63fgqfK8KEhBiZNBLkcZf8MG5a/ X-Received: by 10.68.94.69 with SMTP id da5mr9009636pbb.65.1445412287765; Wed, 21 Oct 2015 00:24:47 -0700 (PDT) Received: from localhost.localdomain (c-67-161-8-206.hsd1.ca.comcast.net. [67.161.8.206]) by smtp.gmail.com with ESMTPSA id x6sm7469097pbt.3.2015.10.21.00.24.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 Oct 2015 00:24:47 -0700 (PDT) X-CudaMail-Envelope-Sender: jpettit@nicira.com X-Barracuda-Apparent-Source-IP: 67.161.8.206 From: Justin Pettit To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-V3-1020001289 X-CudaMail-DTE: 102115 X-CudaMail-Originating-IP: 209.85.220.52 Date: Wed, 21 Oct 2015 00:24:23 -0700 X-ASG-Orig-Subj: [##CM-V3-1020001289##][PATCH 02/10] ovn-northd.8: Correct description of sending out inport. Message-Id: <1445412271-22019-2-git-send-email-jpettit@nicira.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1445412271-22019-1-git-send-email-jpettit@nicira.com> References: <1445412271-22019-1-git-send-email-jpettit@nicira.com> X-Barracuda-Connect: UNKNOWN[192.168.14.3] X-Barracuda-Start-Time: 1445412289 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 02/10] ovn-northd.8: Correct description of sending out inport. 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: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Justin Pettit --- ovn/northd/ovn-northd.8.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml index c5760a5..4bd1990 100644 --- a/ovn/northd/ovn-northd.8.xml +++ b/ovn/northd/ovn-northd.8.xml @@ -373,7 +373,7 @@ arp.sha = E; arp.tpa = arp.spa; arp.spa = A; outport = P; -inport = 0; /* Allow sending out inport. */ +inport = \"\"; /* Allow sending out inport. */ output;