diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/carp.4 | 16 |
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 |