Hello, Thomas Huth, on Wed 30 Mar 2016 10:38:46 +0200, wrote: > > - "-netdev > > user,id=str[,net=addr[/mask]][,host=addr][,ipv6-net=addr[/int]]\n" > > - " > > [,ipv6-host=addr][,restrict=on|off][,hostname=host][,dhcpstart=addr]\n" > > + "-netdev user,id=str[,ipv4][,net=addr[/mask]][,host=addr]\n" > > + " [,ipv6][,ipv6-net=addr[/int]][,ipv6-host=addr]\n" > > + " [,restrict=on|off][,hostname=host][,dhcpstart=addr]\n" > > " [,dns=addr][,ipv6-dns=addr][,dnssearch=domain][,tftp=dir]\n" > > " [,bootfile=f][,hostfwd=rule][,guestfwd=rule]" > > Shouldn't that rather be "[,ipv4=on|off]" and "[,ipv6=on|off]" for a > boolean value?
Well, just like the rest of these ipv4/ipv6 options, they do accept =on|off, but it's not documented in the qemu-options.hx file. Should we fix them all? Samuel