qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Anton Ivanov (antivano)" <antivano@cisco.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: "pbonzini@redhat.com" <pbonzini@redhat.com>,
	"stefanha@redhat.com" <stefanha@redhat.com>,
	"anton.ivanov@kot-begemot.co.uk" <anton.ivanov@kot-begemot.co.uk>,
	"afaerber@suse.de" <afaerber@suse.de>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] net: L2TPv3 transport
Date: Mon, 10 Mar 2014 15:09:54 +0000	[thread overview]
Message-ID: <531DD5C0.7030707@cisco.com> (raw)
In-Reply-To: <20140310150529.GC32400@stefanha-thinkpad.redhat.com>

On 10/03/14 15:05, Stefan Hajnoczi wrote:
> On Mon, Mar 10, 2014 at 11:31:38AM +0000, anton.ivanov@kot-begemot.co.uk wrote:
>> From: Anton Ivanov <antivano@cisco.com>
>>
>> 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 <antivano@cisco.com>
>> ---
>>  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 sent you an example - putting 0 there does not work. You get 93 errno
if you try to create a socket with the result of that.

I am open to suggestions to what will be the correct way to specify
that. 0, however does not seem to work. socket() does not like it.

> I guess
> it will be necessary to send one more revision once that discussion is
> finished.

OK.

A.

>
> Stefan

  reply	other threads:[~2014-03-10 15:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10 11:31 [Qemu-devel] [PATCH] net: L2TPv3 transport anton.ivanov
2014-03-10 15:05 ` Stefan Hajnoczi
2014-03-10 15:09   ` Anton Ivanov (antivano) [this message]
2014-03-10 16:06 ` Eric Blake
2014-03-10 16:31   ` Anton Ivanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=531DD5C0.7030707@cisco.com \
    --to=antivano@cisco.com \
    --cc=afaerber@suse.de \
    --cc=anton.ivanov@kot-begemot.co.uk \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).