WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] PATCH: Multicast support for linux-2.6.16-xen

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] PATCH: Multicast support for linux-2.6.16-xen
From: Christophe Devriese <christophe.devriese@xxxxxxxx>
Date: Tue, 2 May 2006 15:24:12 +0200
Delivery-date: Tue, 02 May 2006 06:27:02 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Eurid
Reply-to: christophe.devriese@xxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.3
I would really like this patch to be merged in. Linux's bridging code treats 
multicasts as broadcasts, so this very simple code enables linux to run stuff 
like vrrpd inside xen, allowing various kinds of failover scenarios not 
possible without this patch.

oelewapperke@talin:~/src/xen/xen-3.0.2/linux-2.6.16-xen/drivers/xen/netfront$ 
diff netfront.c netfront-new.c
1098a1099,1106
> /** Set the multicast list
>  * since this interface is going to be connected by the linux bridging
>  * code, which broadcasts any and all multicasts are broadcasted by the
>  * linux bridge, this does not actually the need to do anything
>  */
> static void network_set_multicast_list(struct net_device *dev) {
> }
>
1167a1176
>       netdev->set_multicast_list = network_set_multicast_list;

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel