All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH: Multicast support for linux-2.6.16-xen
@ 2006-05-02 13:24 Christophe Devriese
  2006-05-02 14:11 ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Christophe Devriese @ 2006-05-02 13:24 UTC (permalink / raw)
  To: xen-devel

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;

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-05-03 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02 13:24 PATCH: Multicast support for linux-2.6.16-xen Christophe Devriese
2006-05-02 14:11 ` Keir Fraser
2006-05-02 14:19   ` Christophe Devriese
2006-05-02 15:27     ` Anthony Liguori
2006-05-03  8:47       ` Christophe Devriese
2006-05-03  9:30         ` Keir Fraser
2006-05-03 15:22         ` Nivedita Singhvi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.