diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-11-30 07:41:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-11-30 07:41:02 +0000 |
commit | e992a93b409dda5e0901c59a72aa6c7e980a56bb (patch) | |
tree | 18d47f84bf7c29c7b09cd07310ec8570a441b24a /sbin | |
parent | 0f1c8f191ecefbb9ed9939b33e0e4e1f2e94aff5 (diff) |
use the same macro consistently for the various carp balancing modes;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 893b2b488a1..431dca65bfd 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.290 2017/11/30 07:37:13 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.291 2017/11/30 07:41:01 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -768,10 +768,10 @@ Acceptable values are 0 to 254; the default value is 0. Set the load balancing mode to .Ar mode . Valid modes are -.Ar ip , -.Ar ip-stealth , +.Cm ip , +.Cm ip-stealth , and -.Ar ip-unicast . +.Cm ip-unicast . .It Cm carpnodes Ar vhid:advskew,vhid:advskew,... Create a load balancing group consisting of up to 32 nodes. Each node is specified as a |