Skip to content

Commit

Permalink
specify -w to set variables for sysctl(8) on NetBSD
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: YAMAMOTO Takashi <[email protected]>
  • Loading branch information
Kevin Lo authored and blp committed Apr 7, 2015
1 parent dd2a1e9 commit f293a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.userspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit f293a80

Please sign in to comment.