qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] net: L2TPv3 transport


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] net: L2TPv3 transport
Date: Mon, 10 Mar 2014 16:05:29 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Mar 10, 2014 at 11:31:38AM +0000, address@hidden wrote:
> From: Anton Ivanov <address@hidden>
> 
> This tranport allows to connect a qemu nic to a static Ethernet
> over L2TPv3 tunnel. The transport supports all options present
> in the linux kernel implementation. It allows qemu to connect
> to any linux host running kernel 3.3+, most routers and network
> 
> Signed-off-by: Anton Ivanov <address@hidden>
> ---
>  net/Makefile.objs |    1 +
>  net/clients.h     |    2 +
>  net/l2tpv3.c      |  585 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  net/net.c         |    3 +
>  qapi-schema.json  |   59 +++++-
>  qemu-options.hx   |   94 +++++++--
>  6 files changed, 730 insertions(+), 14 deletions(-)
>  create mode 100644 net/l2tpv3.c

This patch is missing the [PATCH v4] revision number and still uses
IPPROTO_L2TP, which is being discussed in the previous thread.  I guess
it will be necessary to send one more revision once that discussion is
finished.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]