[ovs-dev] [PATCH] specify -w to set variables for sysctl(8) on NetBSD

YAMAMOTO Takashi yamamoto at valinux.co.jp
Tue Apr 7 08:25:38 UTC 2015


> We have to specify -w to set tunable sysctls on NetBSD.
> 
> Signed-off-by: Kevin Lo <kevlo at FreeBSD.org>

Acked-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>

> ---
> 
> diff --git a/INSTALL.userspace.md b/INSTALL.userspace.md
> index 300d6c1..04c02cd 100644
> --- a/INSTALL.userspace.md
> +++ b/INSTALL.userspace.md
> @@ -76,7 +76,7 @@ Other settings
>  On NetBSD, depending on your network topology and applications, the
>  following configuration might help.  See sysctl(7).
>  
> -    sysctl net.inet.ip.checkinterface=1
> +    sysctl -w net.inet.ip.checkinterface=1
>  
>  Bug Reporting
>  -------------
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list