From patchwork Sat Sep 12 03:29:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 517065 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 E99731401AD for ; Sat, 12 Sep 2015 13:29:36 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id C15FC22C413; Fri, 11 Sep 2015 20:29:27 -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 C288B22C3FA for ; Fri, 11 Sep 2015 20:29:26 -0700 (PDT) Received: from bar2.cudamail.com (localhost [127.0.0.1]) by mx1e3.cudamail.com (Postfix) with ESMTPS id 357004202F2 for ; Fri, 11 Sep 2015 21:29:26 -0600 (MDT) X-ASG-Debug-ID: 1442028565-03dc5353b722f60001-byXFYA Received: from mx1-pf2.cudamail.com ([192.168.24.2]) by bar2.cudamail.com with ESMTP id mY4nvkvwljZG74Xj (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Sep 2015 21:29:25 -0600 (MDT) X-Barracuda-Envelope-From: blp@nicira.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.2 Received: from unknown (HELO mail-pa0-f42.google.com) (209.85.220.42) by mx1-pf2.cudamail.com with ESMTPS (RC4-SHA encrypted); 12 Sep 2015 03:29:25 -0000 Received-SPF: unknown (mx1-pf2.cudamail.com: Multiple SPF records returned) X-Barracuda-RBL-Trusted-Forwarder: 209.85.220.42 Received: by padhk3 with SMTP id hk3so91055958pad.3 for ; Fri, 11 Sep 2015 20:29:24 -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:cc:subject:date:message-id:in-reply-to :references; bh=kxtLVL8W8uM1gyusxFmrjLD+xPckwif05zrFvrM0Lf4=; b=LXssMjRPqJ2PSLSwqOKVOfn8fCvdC20wrXebaQmluJOYfG2Rp5kNsRahRUf6G8FRDT Jgl1mbQydhw29CqnKNWm5OiCeSXCULTXU/eAYkMKmv3V6kiwxivEBHCAXXBS/CpEEJlF a1e4i4dX7C/4Ux/av7asFfsSnAXxy976sjTe41QbeHHoEi8iIbzc7rIIlTZcH185+gft WUVo4/o8BMskCyxrvlJeRrDjD8tBGkm7aWD5BWQPCFcZRZkVkVNx/L8//0xyGSOgjF5H Pq9Rjir6L0m1dzyA35/9kkeRAXnoI/2HVXFe6CQIovdQnnFOdOPBz+01NheS/7RmPQQP EKgQ== X-Gm-Message-State: ALoCoQkoYime8zyuaQeItqmRdtWHsPS3IUlYv+In6XNZZ68dYK3hZHwzXH4h1LDRHhsq4/lSmJWh X-Received: by 10.68.250.5 with SMTP id yy5mr5002675pbc.34.1442028564562; Fri, 11 Sep 2015 20:29:24 -0700 (PDT) Received: from sigabrt.benpfaff.org (173-228-112-165.dsl.dynamic.fusionbroadband.com. [173.228.112.165]) by smtp.gmail.com with ESMTPSA id oa5sm2989762pbb.41.2015.09.11.20.29.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 11 Sep 2015 20:29:23 -0700 (PDT) X-CudaMail-Envelope-Sender: blp@nicira.com X-Barracuda-Apparent-Source-IP: 173.228.112.165 From: Ben Pfaff To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-E2-910093984 X-CudaMail-DTE: 091115 X-CudaMail-Originating-IP: 209.85.220.42 Date: Fri, 11 Sep 2015 20:29:15 -0700 X-ASG-Orig-Subj: [##CM-E2-910093984##][PATCH 2/4] ovn-nbctl: Fix typo and add minor clarification in documentation. Message-Id: <1442028557-533-3-git-send-email-blp@nicira.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1442028557-533-1-git-send-email-blp@nicira.com> References: <1442028557-533-1-git-send-email-blp@nicira.com> X-Barracuda-Connect: UNKNOWN[192.168.24.2] X-Barracuda-Start-Time: 1442028565 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 Cc: Ben Pfaff Subject: [ovs-dev] [PATCH 2/4] ovn-nbctl: Fix typo and add minor clarification in documentation. 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: Ben Pfaff --- ovn/utilities/ovn-nbctl.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml index 1555b02..f9f58e5 100644 --- a/ovn/utilities/ovn-nbctl.8.xml +++ b/ovn/utilities/ovn-nbctl.8.xml @@ -105,7 +105,7 @@
lport-add lswitch lport parent tag
Creates on lswitch a logical port named lport - that is a child of parent that is identied with + that is a child of parent that is identifed with VLAN ID tag. This is useful in cases such as virtualized container environments where Open vSwitch does not have a direct connection to the container's port and it must be shared with