From nobody Thu Nov 13 20:40:39 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1582975110; cv=none; d=zohomail.com; s=zohoarc; b=V164+9bV2MeIAFi8pxMTG0VtGAY98nApQ4T32uGHnsfOdtTR1tiKUMJjDlLf4aMT97kNhsHJGrnGYRs+AgVuDaJekYuQH+gH4ZoD1bvaSrVB2i6KiIotzPQVLmlafA81NvH84+7EoAHm28ZAGX9ez3NC2hdbNRr22HiC5IyapfM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582975110; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=247h7hyvoUY52dJB/D3gzlpTpYLPfv4dGHUCwLrxR0E=; b=YxipEPW2Q1M3y8gBZhNCKemcUA4ni1KN7fUHbg5dSDmibKerWVw2X8nDFy4zOnzJ21gBUiHsjpPoGR/oClDCWWRumlrzqFq+YmQZDch/S/J4VXDiVrPIBVllPPIL/bkbC4G+a6TM95SiVUioD1kmjtVA6Os8ZwGLB+xZ1EnJNAc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1582975110096158.61640216757417; Sat, 29 Feb 2020 03:18:30 -0800 (PST) Received: from localhost ([::1]:59432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j808a-0005SU-8X for importer@patchew.org; Sat, 29 Feb 2020 06:18:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52243) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j807t-000510-Jd for qemu-devel@nongnu.org; Sat, 29 Feb 2020 06:17:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j807s-0000oA-AC for qemu-devel@nongnu.org; Sat, 29 Feb 2020 06:17:45 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:48327 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j807s-0000nx-6o for qemu-devel@nongnu.org; Sat, 29 Feb 2020 06:17:44 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-63-de5pL7o5M8aOgm3ZtaaZ7g-1; Sat, 29 Feb 2020 06:17:33 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A7618800D48; Sat, 29 Feb 2020 11:17:32 +0000 (UTC) Received: from localhost (ovpn-116-42.ams2.redhat.com [10.36.116.42]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF4733A3; Sat, 29 Feb 2020 11:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582975063; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=247h7hyvoUY52dJB/D3gzlpTpYLPfv4dGHUCwLrxR0E=; b=D+vU59VAmI/OfLCf6YfW0acUogA3mF2J/MemsEUh8ByLA8m4D4bw2K7U3jwkDf7xigzXVX VSJg7iXoMMK4e9F7HcCjPVJZaZgn9LAO1ZD2zjaTJ+/p4Lbi7vDG9uCzc+1mSE1ANjSOCl c4tAcc4UPhS2oqkGv8HMXXwRkKqMMDM= X-MC-Unique: de5pL7o5M8aOgm3ZtaaZ7g-1 From: Stefan Hajnoczi To: qemu-devel@nongnu.org Subject: [PATCH] l2tpv3: fix RFC number typo in qemu-options.hx Date: Sat, 29 Feb 2020 11:17:27 +0000 Message-Id: <20200229111727.350893-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sw@weilnetz.de, jasowang@redhat.com, Stefan Hajnoczi , Henrik Johansson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" The L2TPv3 RFC number is 3931: https://tools.ietf.org/html/rfc3931 Reported-by: Henrik Johansson Signed-off-by: Stefan Hajnoczi Reviewed-by: Stefan Weil --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index ac315c1ac4..55a539e04f 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2330,7 +2330,7 @@ DEF("netdev", HAS_ARG, QEMU_OPTION_netdev, " Linux kernel 3.3+ as well as most routers can talk\n" " L2TPv3. This transport allows connecting a VM to a VM= ,\n" " VM to a router and even VM to Host. It is a nearly-un= iversal\n" - " standard (RFC3391). Note - this implementation uses s= tatic\n" + " standard (RFC3931). Note - this implementation uses s= tatic\n" " pre-configured tunnels (same as the Linux kernel).\n" " use 'src=3D' to specify source address\n" " use 'dst=3D' to specify destination address\n" @@ -2737,7 +2737,7 @@ Example (send packets from host's 1.2.3.4): @end example =20 @item -netdev l2tpv3,id=3D@var{id},src=3D@var{srcaddr},dst=3D@var{dstaddr}= [,srcport=3D@var{srcport}][,dstport=3D@var{dstport}],txsession=3D@var{txses= sion}[,rxsession=3D@var{rxsession}][,ipv6][,udp][,cookie64][,counter][,pinc= ounter][,txcookie=3D@var{txcookie}][,rxcookie=3D@var{rxcookie}][,offset=3D@= var{offset}] -Configure a L2TPv3 pseudowire host network backend. L2TPv3 (RFC3391) is a +Configure a L2TPv3 pseudowire host network backend. L2TPv3 (RFC3931) is a popular protocol to transport Ethernet (and other Layer 2) data frames bet= ween two systems. It is present in routers, firewalls and the Linux kernel (from version 3.3 onwards). --=20 2.24.1