summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorjcamou <jcamou@FreeBSD.org>2006-02-03 14:41:41 +0000
committerjcamou <jcamou@FreeBSD.org>2006-02-03 14:41:41 +0000
commit3040542d9eb95869fd12a82cba2c21f2ac31af3d (patch)
treec6707d4410f2bc84848926161bf08ce45ca8ed16 /sbin/ifconfig
parented93f993fd221c326a1049d5f63c4cbf27228b35 (diff)
downloadFreeBSD-src-3040542d9eb95869fd12a82cba2c21f2ac31af3d.zip
FreeBSD-src-3040542d9eb95869fd12a82cba2c21f2ac31af3d.tar.gz
Document carp(4) arguments.
PR: docs/92653 Submitted by: Jeremy C. Reed <reed@reedmedia.net> Reviewed by: ru Approved by: trhodes (mentor) MFC after: 5 days
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.827
1 files changed, 26 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 7c086fc..dab8b51 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd December 26, 2005
+.Dd February 2, 2006
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -1289,6 +1289,31 @@ The
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
+.\" .Dv 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
OpenPOWER on IntegriCloud