summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2005-03-23 08:06:38 +0000
committerrse <rse@FreeBSD.org>2005-03-23 08:06:38 +0000
commit1ffe796d8fbcffb38c40b58af8405805dbbcfdcc (patch)
tree5c9be9ff8b13cb03d3f3d9093801a77c259bfc1d
parentb11927ff86ae6a824149858fa3d996823cc0ba4a (diff)
downloadFreeBSD-src-1ffe796d8fbcffb38c40b58af8405805dbbcfdcc.zip
FreeBSD-src-1ffe796d8fbcffb38c40b58af8405805dbbcfdcc.tar.gz
1. Annotate the rc.conf reference with a hint to the "cloned_interfaces"
variable, because it might be not obvious how to configure carp(4) devices in rc.conf. 2. Remove the sentence about the not implemented "carpdev" option (this was not imported from OpenBSD according to our source code) to avoid confusion. Reviewed by: glebius@ MFC after: 3 days
-rw-r--r--share/man/man4/carp.416
1 files changed, 5 insertions, 11 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4
index 8f2da17..29e43d4 100644
--- a/share/man/man4/carp.4
+++ b/share/man/man4/carp.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 25, 2005
+.Dd March 23, 2005
.Dt CARP 4
.Os
.Sh NAME
@@ -48,7 +48,10 @@ A
.Nm
interface can be created at runtime using the
.Nm ifconfig Li carp Ns Ar N Cm create
-command or by setting up configuration in
+command or by configuring
+it via
+.Va cloned_interfaces
+in the
.Pa /etc/rc.conf
file.
.Pp
@@ -67,15 +70,6 @@ is the master for a virtual host, and
which is used to authenticate
.Nm
advertisements.
-Finally
-.Cm carpdev
-is used to specify which interface the
-.Nm
-device attaches to.
-If unspecified, the kernel attempts to set
-.Cm carpdev
-by looking for
-another interface with the same subnet.
These configurations can be done using
.Xr ifconfig 8 ,
or through the
OpenPOWER on IntegriCloud