]> git.proxmox.com Git - qemu.git/commit
Fix forcing multicast msgs to loopback on OpenBSD.
authorBrad <brad@comstyle.com>
Sun, 7 Aug 2011 11:06:43 +0000 (11:06 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Aug 2011 11:06:43 +0000 (11:06 +0000)
commit23ddf2bb1e4bfe2b72a726fe5e828807b65941ad
tree7a48577ab755f7221bcd696a68f35616cd1fa296
parent9f4b09a4cd2f65f972b0b334658aaab8760bff73
Fix forcing multicast msgs to loopback on OpenBSD.

Fix forcing multicast msgs to loopback on OpenBSD.
e.g.
$ sudo qemu -m 128 -no-fd-bootchk \
        -hda virtual.img -boot n -nographic \
        -net nic,vlan=0,model=rtl8139,macaddr=52:54:00:12:34:03 \
        -net user -tftp /usr/src/sys/arch/i386/compile/TEST -bootp pxeboot \
        -net nic,vlan=1,model=rtl8139,macaddr=52:54:00:23:03:01 \
        -net tap,vlan=1,script=no \
        -net nic,vlan=3,model=rtl8139,macaddr=52:54:00:23:03:03 \
        -net socket,vlan=3,mcast=230.0.0.1:10003
setsockopt(SOL_IP, IP_MULTICAST_LOOP): Invalid argument
qemu: -net socket,vlan=3,mcast=230.0.0.1:10003: Device 'socket' could not be initialized

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
net/socket.c