aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus R. Camou <jcamou@FreeBSD.org>2006-02-03 14:41:41 +0000
committerJesus R. Camou <jcamou@FreeBSD.org>2006-02-03 14:41:41 +0000
commit556c9a4ca3fc5fb3302dfa8c45871ed1e74311b0 (patch)
treec6707d4410f2bc84848926161bf08ce45ca8ed16
parent8d727356c6635c5cb4335af97b007bee6eb3ee8e (diff)
downloadsrc-556c9a4ca3fc5fb3302dfa8c45871ed1e74311b0.tar.gz
src-556c9a4ca3fc5fb3302dfa8c45871ed1e74311b0.zip
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
Notes
Notes: svn path=/head/; revision=155254
-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 7c086fcab5a2..dab8b517b811 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