All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] l2tpv3: fix RFC number typo in qemu-options.hx
@ 2020-02-29 11:17 Stefan Hajnoczi
  2020-02-29 11:57 ` Stefan Weil
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2020-02-29 11:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: sw, jasowang, Stefan Hajnoczi, Henrik Johansson

The L2TPv3 RFC number is 3931:
https://tools.ietf.org/html/rfc3931

Reported-by: Henrik Johansson <henrikjohansson@rocketmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 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-universal\n"
-    "                standard (RFC3391). Note - this implementation uses static\n"
+    "                standard (RFC3931). Note - this implementation uses static\n"
     "                pre-configured tunnels (same as the Linux kernel).\n"
     "                use 'src=' to specify source address\n"
     "                use 'dst=' to specify destination address\n"
@@ -2737,7 +2737,7 @@ Example (send packets from host's 1.2.3.4):
 @end example
 
 @item -netdev l2tpv3,id=@var{id},src=@var{srcaddr},dst=@var{dstaddr}[,srcport=@var{srcport}][,dstport=@var{dstport}],txsession=@var{txsession}[,rxsession=@var{rxsession}][,ipv6][,udp][,cookie64][,counter][,pincounter][,txcookie=@var{txcookie}][,rxcookie=@var{rxcookie}][,offset=@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 between
 two systems. It is present in routers, firewalls and the Linux kernel
 (from version 3.3 onwards).
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] l2tpv3: fix RFC number typo in qemu-options.hx
  2020-02-29 11:17 [PATCH] l2tpv3: fix RFC number typo in qemu-options.hx Stefan Hajnoczi
@ 2020-02-29 11:57 ` Stefan Weil
  2020-03-02  5:48   ` Jason Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2020-02-29 11:57 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: QEMU Trivial, jasowang, Henrik Johansson


[-- Attachment #1.1: Type: text/plain, Size: 2002 bytes --]

Am 29.02.20 um 12:17 schrieb Stefan Hajnoczi:

> The L2TPv3 RFC number is 3931:
> https://tools.ietf.org/html/rfc3931
>
> Reported-by: Henrik Johansson <henrikjohansson@rocketmail.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  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-universal\n"
> -    "                standard (RFC3391). Note - this implementation uses static\n"
> +    "                standard (RFC3931). Note - this implementation uses static\n"
>      "                pre-configured tunnels (same as the Linux kernel).\n"
>      "                use 'src=' to specify source address\n"
>      "                use 'dst=' to specify destination address\n"
> @@ -2737,7 +2737,7 @@ Example (send packets from host's 1.2.3.4):
>  @end example
>  
>  @item -netdev l2tpv3,id=@var{id},src=@var{srcaddr},dst=@var{dstaddr}[,srcport=@var{srcport}][,dstport=@var{dstport}],txsession=@var{txsession}[,rxsession=@var{rxsession}][,ipv6][,udp][,cookie64][,counter][,pincounter][,txcookie=@var{txcookie}][,rxcookie=@var{rxcookie}][,offset=@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 between
>  two systems. It is present in routers, firewalls and the Linux kernel
>  (from version 3.3 onwards).


Thank you, Stefan and Henrik.

Reviewed-by: Stefan Weil <sw@weilnetz.de>




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] l2tpv3: fix RFC number typo in qemu-options.hx
  2020-02-29 11:57 ` Stefan Weil
@ 2020-03-02  5:48   ` Jason Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Wang @ 2020-03-02  5:48 UTC (permalink / raw)
  To: Stefan Weil, Stefan Hajnoczi, qemu-devel; +Cc: QEMU Trivial, Henrik Johansson


On 2020/2/29 下午7:57, Stefan Weil wrote:
> Am 29.02.20 um 12:17 schrieb Stefan Hajnoczi:
>
>> The L2TPv3 RFC number is 3931:
>> https://tools.ietf.org/html/rfc3931
>>
>> Reported-by: Henrik Johansson <henrikjohansson@rocketmail.com>
>> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>>   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-universal\n"
>> -    "                standard (RFC3391). Note - this implementation uses static\n"
>> +    "                standard (RFC3931). Note - this implementation uses static\n"
>>       "                pre-configured tunnels (same as the Linux kernel).\n"
>>       "                use 'src=' to specify source address\n"
>>       "                use 'dst=' to specify destination address\n"
>> @@ -2737,7 +2737,7 @@ Example (send packets from host's 1.2.3.4):
>>   @end example
>>   
>>   @item -netdev l2tpv3,id=@var{id},src=@var{srcaddr},dst=@var{dstaddr}[,srcport=@var{srcport}][,dstport=@var{dstport}],txsession=@var{txsession}[,rxsession=@var{rxsession}][,ipv6][,udp][,cookie64][,counter][,pincounter][,txcookie=@var{txcookie}][,rxcookie=@var{rxcookie}][,offset=@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 between
>>   two systems. It is present in routers, firewalls and the Linux kernel
>>   (from version 3.3 onwards).
>
> Thank you, Stefan and Henrik.
>
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
>

Applied.

Thanks



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-02  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29 11:17 [PATCH] l2tpv3: fix RFC number typo in qemu-options.hx Stefan Hajnoczi
2020-02-29 11:57 ` Stefan Weil
2020-03-02  5:48   ` Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.