diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-25 08:42:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-25 08:42:39 +0000 |
commit | 6486637a6bf5ed573fb5c731b38f60ce655d9b81 (patch) | |
tree | a599fd75070aacc352535fbe7cdf636cdb66ab61 /share/man/man4 | |
parent | 6f96585c9df4243ccf9c1dc2d8e1617dcbf5fb4b (diff) |
remove -w option to sysctl;
diffs from Paul de Weerd;
ok deraadt@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/carp.4 | 4 |
1 files changed, 2 insertions, 2 deletions
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. |