From owner-freebsd-doc@FreeBSD.ORG Wed Feb 1 01:00:23 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD75416A424 for ; Wed, 1 Feb 2006 01:00:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF7843D46 for ; Wed, 1 Feb 2006 01:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1110DMF013104 for ; Wed, 1 Feb 2006 01:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1110DMm013103; Wed, 1 Feb 2006 01:00:13 GMT (envelope-from gnats) Resent-Date: Wed, 1 Feb 2006 01:00:13 GMT Resent-Message-Id: <200602010100.k1110DMm013103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jeremy C. Reed" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FE716A420 for ; Wed, 1 Feb 2006 00:55:15 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAB443D48 for ; Wed, 1 Feb 2006 00:55:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k110tE93016310 for ; Wed, 1 Feb 2006 00:55:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k110tEDo016309; Wed, 1 Feb 2006 00:55:14 GMT (envelope-from nobody) Message-Id: <200602010055.k110tEDo016309@www.freebsd.org> Date: Wed, 1 Feb 2006 00:55:14 GMT From: "Jeremy C. Reed" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: docs/92653: document carp in ifconfig.8 (patch provided) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 01:00:24 -0000 >Number: 92653 >Category: docs >Synopsis: document carp in ifconfig.8 (patch provided) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 01 01:00:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jeremy C. Reed >Release: >Organization: Puget Sound Technology >Environment: >Description: ifconfig(8) does not document carp(4) arguments. The following patch will also help with PR docs/81776. >How-To-Repeat: man ifconfig >Fix: Please review and commit the following. This is very brief. More details should be added to carp.4. --- /archive/FreeBSD-current/src/sbin/ifconfig/ifconfig.8 2005-12-27 05:03:43.000000000 -0800 +++ ifconfig.8 2006-01-31 16:46:51.000000000 -0800 @@ -1289,6 +1289,30 @@ argument is useless and hence deprecated. .El .Pp +The following parameters are specific to +.Xr carp 4 +interfaces: +.Bl -tag -width indent +.It Cm advbase Ar seconds +Specifies the base of the advertisement interval in seconds. +The acceptable values are 1 to 255. +The default value is 1. +.\" The default value is CARP_DFLTINTV. +.It Cm advskew Ar interval +Specifies the skew to add to the base advertisement interval to +make one host advertise slower than another host. +It is specified in 1/256 of seconds. +The acceptable values are 1 to 254. +The default value is 0. +.It Cm pass Ar phrase +Set the authentication key to +.Ar phrase . +.It Cm vhid Ar n +Set the virtual host ID. +This is a required setting. +Acceptable values are 1 to 255. +.El +.Pp The .Nm utility displays the current configuration for a network interface >Release-Note: >Audit-Trail: >Unformatted: