Hello, Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote: > > -# @net: #optional IP address and optional netmask > > +# @net: #optional IP address and optional netmask. Set to 0.0.0.0 to > > disable IPv4 completely > > Long line. > > Syntax? Default value?
Something like this? # @net: #optional IP network address that the guest will see, in the # form addr[/netmask]. The netmask is optional, and can be either in the # form a.b.c.d or as a number of valid top-most bits. Default is # 10.0.2.0/24. Set to 'none' to disable IPv4 completely. > > -# @ip6-prefix: #optional IPv6 network prefix (default is fec0::) (since > > 2.6) > > +# @ip6-prefix: #optional IPv6 network prefix. Set to :: to disable IPv6 > > completely (default is fec0::) (since 2.6) > > Syntax? Well, it's just an IPv6 address, is there really something to document? Samuel
