qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH] add a command line option to specify the in


From: Mike Ryan
Subject: Re: [Qemu-devel] Re: [PATCH] add a command line option to specify the interface to send multicast packets on
Date: Tue, 16 Nov 2010 11:10:47 -0800
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Nov 16, 2010 at 07:54:58PM +0200, Michael S. Tsirkin wrote:
>
> <snip>
>
> Let's let the user pass in the IP address? That would solve the
> portability issue. Further, we could be doing IPv6, right?
> So you'd need IPV6_MULTICAST_IF?
> Also - you might also want to control
> IP_MULTICAST_LOOP/IPV6_MULTICAST_LOOP?

IP address seems like a good alternative and does indeed get rid of the
messy platform-specific bits.

The multicast code all assumes IPv4. For instance, it uses v4-only
parse_host_port to get the multicast destination address. Given that,
I'm not going to bother shoehorning in IPV6_MULTICAST_IF.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]