From 6486637a6bf5ed573fb5c731b38f60ce655d9b81 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 25 Feb 2004 08:42:39 +0000 Subject: remove -w option to sysctl; diffs from Paul de Weerd; ok deraadt@ --- share/man/man4/carp.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man4') diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index a1cff5d1650..e4eceaa34cd 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: carp.4,v 1.5 2003/12/08 10:03:43 markus Exp $ +.\" $OpenBSD: carp.4,v 1.6 2004/02/25 08:42:38 jmc Exp $ .\" .\" Copyright (c) 2003, Ryan McBride. All rights reserved. .\" @@ -105,7 +105,7 @@ The configuration is identical, except we skew virtual host 1 instead. .Pp Finally, the ARP balancing feature must be enabled on both hosts: .Pp -.Dl # sysctl -w net.inet.carp.arpbalance=1 +.Dl # sysctl net.inet.carp.arpbalance=1 .Pp When the hosts receive an ARP request for 192.168.1.10, they both select one of the virtual hosts based on the source IP address in the request. -- cgit v1.2.3