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, I'll fix that later, I was more asking for reviewing the
principle of the patch itself, the option value, etc.).

Samuel

Reply via email to