From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCoLS-0003dO-8D for qemu-devel@nongnu.org; Sun, 09 Oct 2011 04:02:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCoLR-00011a-3l for qemu-devel@nongnu.org; Sun, 09 Oct 2011 04:02:50 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:56134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCoLQ-00011U-Pz for qemu-devel@nongnu.org; Sun, 09 Oct 2011 04:02:48 -0400 Received: by ggnp2 with SMTP id p2so4732302ggn.4 for ; Sun, 09 Oct 2011 01:02:48 -0700 (PDT) Message-ID: <4E91D3C2.6030203@gmail.com> Date: Sun, 09 Oct 2011 19:02:58 +0200 From: Benjamin MIME-Version: 1.0 References: <4E8EB9B7.4000007@siemens.com> <4E9088F5.5020304@gmail.com> <4E9017F6.1090008@web.de> In-Reply-To: <4E9017F6.1090008@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Stefan Weil , qemu-devel@nongnu.org I took your comments into account and I am now making the necessary changes. I should be able to send you a correct patch with netdev support during the next coming week. Thanks you for your time. On 10/08/11 11:29, Jan Kiszka wrote: > > Just curious: Do you have setups that depend on vlan support to create > multiple udp backends per NIC? > Apparently, vlans are here to prevent multicast traffic from the UDP tunneling protocol to be sent to all NICs. It's probably useless with the netdev infrastructure. On 10/08/11 11:37, Stefan Weil wrote: >> + * Copyright (c) 2003-2008 Fabrice Bellard > > And here you might use your own copyright. > Or did Fabrice start writing this code in 2003? Yes, Fabrice wrote the code as a GNS3 developer back then. Regards, Benjamin