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

2014-03-18 Thread Anton Ivanov (antivano)
On 18/03/14 10:44, Stefan Hajnoczi wrote: > On Tue, Mar 11, 2014 at 12:45:30PM +, anton.iva...@kot-begemot.co.uk > wrote: >> +/* This protocol number is passed getaddrinfo(), and not >> + * used directly. If you give gettaddrinfo() what one is >> + * supposed to give - INET, RAW, 0, the result

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

2014-03-18 Thread Stefan Hajnoczi
On Tue, Mar 11, 2014 at 12:45:30PM +, anton.iva...@kot-begemot.co.uk wrote: > +/* This protocol number is passed getaddrinfo(), and not > + * used directly. If you give gettaddrinfo() what one is > + * supposed to give - INET, RAW, 0, the result is not > + * set correctly. > + * Setting the arg

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

2014-03-11 Thread anton . ivanov
From: Anton Ivanov 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 devices as well as other