On Sun, Mar 20, 2016 at 12:39:14PM +0100, Samuel Thibault wrote:
> Make net=0.0.0.0 disable IPv4 and ip6-net=:: disable IPv6, so the user can
> setup IPv4-only and IPv6-only network environments.
I really don't like this kind of magic because it is totally invisible
to the user unless they read th
Samuel Thibault writes:
> 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? Defa
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?
# @n
On 22.03.2016 08:41, Markus Armbruster wrote:
> Samuel Thibault writes:
>
>> Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote:
>>> Samuel Thibault writes:
Make net=0.0.0.0 disable IPv4 and ip6-net=:: disable IPv6, so the user can
setup IPv4-only and IPv6-only network environ
Samuel Thibault writes:
> Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote:
>> Samuel Thibault writes:
>> > Make net=0.0.0.0 disable IPv4 and ip6-net=:: disable IPv6, so the user can
>> > setup IPv4-only and IPv6-only network environments.
>>
>> Do "net=" and "ip6-net=" mean anything
Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote:
> Samuel Thibault writes:
> > Make net=0.0.0.0 disable IPv4 and ip6-net=:: disable IPv6, so the user can
> > setup IPv4-only and IPv6-only network environments.
>
> Do "net=" and "ip6-net=" mean anything useful? If not, wouldn't that b
Samuel Thibault writes:
> Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote:
>> > +either in the form a.b.c.d or as number of valid top-most bits. Set to
>> > 0.0.0.0
>> > +to disable IPv4 completely. Default is 10.0.2.0/24.
>>
>> Long line.
>
> How long is too long? This is 78 charac
Markus Armbruster, on Mon 21 Mar 2016 08:33:52 +0100, wrote:
> > +either in the form a.b.c.d or as number of valid top-most bits. Set to
> > 0.0.0.0
> > +to disable IPv4 completely. Default is 10.0.2.0/24.
>
> Long line.
How long is too long? This is 78 characters, and I see plenty of lines
beyo
Samuel Thibault writes:
> Make net=0.0.0.0 disable IPv4 and ip6-net=:: disable IPv6, so the user can
> setup IPv4-only and IPv6-only network environments.
Do "net=" and "ip6-net=" mean anything useful? If not, wouldn't that be
a more natural way to switch off than abusing the wildcard address?
On 20.03.2016 12:39, Samuel Thibault wrote:
> Make net=0.0.0.0 disable IPv4 and ip6-net=:: disable IPv6, so the user can
> setup IPv4-only and IPv6-only network environments.
>
> Signed-off-by: Samuel Thibault
> ---
> net/slirp.c | 8 +---
> qapi-schema.json | 4 ++--
> qemu-options
Samuel Thibault, on Sun 20 Mar 2016 12:39:14 +0100, wrote:
> void icmp6_init(Slirp *slirp)
> {
> +if (in6_zero(&slirp->vprefix_addr6)) {
> +/* IPv6 is disabled */
> +return;
> +}
> +
(Note: vprefix_addr6 is not actually initialized yet at that point, which
poses problem,
11 matches
Mail list logo