specify -w to set variables for sysctl(8) on NetBSD
authorKevin Lo <kevlo@FreeBSD.org>
Tue, 7 Apr 2015 08:18:47 +0000 (16:18 +0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Apr 2015 12:57:52 +0000 (05:57 -0700)
We have to specify -w to set tunable sysctls on NetBSD.

Signed-off-by: Kevin Lo <kevlo at FreeBSD.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
INSTALL.userspace.md

index 300d6c1..04c02cd 100644 (file)
@@ -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
 -------------