> We have to specify -w to set tunable sysctls on NetBSD. > > Signed-off-by: Kevin Lo <kevlo at FreeBSD.org>
Acked-by: YAMAMOTO Takashi <[email protected]> > --- > > 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 > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
