From patchwork Mon Apr 3 09:40:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias May X-Patchwork-Id: 746363 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vxRwS4DMLz9s7r for ; Mon, 3 Apr 2017 19:42:32 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 120B7978; Mon, 3 Apr 2017 09:41:15 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1F819899 for ; Mon, 3 Apr 2017 09:41:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.neratec.com (mail.neratec.com [46.140.151.2]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id B29C7A5 for ; Mon, 3 Apr 2017 09:41:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.neratec.com (Postfix) with ESMTP id 1201CCE0298; Mon, 3 Apr 2017 11:41:10 +0200 (CEST) Received: from mail.neratec.com ([127.0.0.1]) by localhost (mail.neratec.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id b5TMGqDIA6s1; Mon, 3 Apr 2017 11:41:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.neratec.com (Postfix) with ESMTP id E9193CE02A6; Mon, 3 Apr 2017 11:41:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at neratec.com Received: from mail.neratec.com ([127.0.0.1]) by localhost (mail.neratec.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KPOmddDrdqS5; Mon, 3 Apr 2017 11:41:09 +0200 (CEST) Received: from CHD500279.neratec.local (unknown [192.168.11.50]) by mail.neratec.com (Postfix) with ESMTPSA id D5828CE0298; Mon, 3 Apr 2017 11:41:09 +0200 (CEST) From: Matthias May To: dev@openvswitch.org Date: Mon, 3 Apr 2017 11:40:56 +0200 Message-Id: <20170403094100.28739-3-matthias.may@neratec.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170403094100.28739-1-matthias.may@neratec.com> References: <20170403094100.28739-1-matthias.may@neratec.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [RFC] [PATCH 2/6] port_group: add documentation entry X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Matthias May --- vswitchd/vswitch.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 14297bf9a..3a7324f5d 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1280,6 +1280,13 @@ bonded Port. + + The group affiliation of a port. If not set this defaults to the + open flow port number. Valid values are 1-65279, 65534. + Traffic processed by the normal action will not egress on a port which + has the same port_group as the port on which the frame ingressed. + +

In short, a VLAN (short for ``virtual LAN'') is a way to partition a