From patchwork Fri May 3 14:41:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leigh Brown X-Patchwork-Id: 13652965 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 20F70C25B5C for ; Fri, 3 May 2024 14:42:02 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.716518.1118673 (Exim 4.92) (envelope-from ) id 1s2u6c-0002UV-73; Fri, 03 May 2024 14:41:46 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 716518.1118673; Fri, 03 May 2024 14:41:46 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1s2u6c-0002UO-47; Fri, 03 May 2024 14:41:46 +0000 Received: by outflank-mailman (input) for mailman id 716518; Fri, 03 May 2024 14:41:45 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1s2u6a-0002U7-VG for xen-devel@lists.xenproject.org; Fri, 03 May 2024 14:41:45 +0000 Received: from doppler.solinno.uk (doppler.solinno.uk [81.2.106.178]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 41cbcce7-095b-11ef-b4bb-af5377834399; Fri, 03 May 2024 16:41:42 +0200 (CEST) Received: from folly.solinno.co.uk (folly.dyn.solinno.co.uk [192.168.2.135]) by doppler.solinno.uk (Postfix) with ESMTPSA id E5FE8800A5; Fri, 3 May 2024 15:41:41 +0100 (BST) Received: by folly.solinno.co.uk (Postfix, from userid 1000) id AF1072018C; Fri, 3 May 2024 15:41:41 +0100 (BST) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 41cbcce7-095b-11ef-b4bb-af5377834399 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=solinno.co.uk; s=mail; t=1714747301; bh=KhHuubhLIPBWRZvjJf4xnGUWWnqkkuWA6mNwGxiVRt8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yIHTe500zhFyoQtaZ4zkjaCkZJa6Q5BneUmw1Ijkt/ZikST7LrcEkv+oFVFan5vzS bbMcZAeKEttsSMKI8zH3AbBoJ6rOaM6Xi1a6B5i74cX3NDlGLuXllCTrOGuinevZu4 xNX6FFJ4xgcgNuBu++xFPPYyBBdXoVW7Saa/25jc= From: Leigh Brown To: xen-devel@lists.xenproject.org Cc: andrew.cooper3@citrix.com, anthony.perard@citrix.com, Leigh Brown Subject: [RFC PATCH 4/5] docs/man: document VIF vid keyword Date: Fri, 3 May 2024 15:41:23 +0100 Message-Id: <20240503144124.12931-5-leigh@solinno.co.uk> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240503144124.12931-1-leigh@solinno.co.uk> References: <20240503144124.12931-1-leigh@solinno.co.uk> MIME-Version: 1.0 Document the new `vid' keyword in xl-network-configuration(5). Signed-off-by: Leigh Brown --- docs/man/xl-network-configuration.5.pod.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/man/xl-network-configuration.5.pod.in b/docs/man/xl-network-configuration.5.pod.in index f3e379bcf8..fe2615ae30 100644 --- a/docs/man/xl-network-configuration.5.pod.in +++ b/docs/man/xl-network-configuration.5.pod.in @@ -259,6 +259,12 @@ Specifies the MTU (i.e. the maximum size of an IP payload, exclusing headers). T default value is 1500 but, if the VIF is attached to a bridge, it will be set to match unless overridden by this parameter. +=head2 vid + +Specifies the VLAN ID. If this is set to a non-zero value, it will be specified +when attaching the VIF to a bridge. This can be used on operating systems that +support bridge VLANs (e.g. Linux using iproute2). + =head2 trusted / untrusted An advisory setting for the frontend driver on whether the backend should be