Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2015 09:35:53 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r286190 - stable/10/sbin/devd
Message-ID:  <201508020935.t729ZrWX052010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Aug  2 09:35:53 2015
New Revision: 286190
URL: https://svnweb.freebsd.org/changeset/base/286190

Log:
  MFC r285673:
  
  Add CARP events description to devd.conf(5).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sbin/devd/devd.conf.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/devd/devd.conf.5
==============================================================================
--- stable/10/sbin/devd/devd.conf.5	Sun Aug  2 09:34:03 2015	(r286189)
+++ stable/10/sbin/devd/devd.conf.5	Sun Aug  2 09:35:53 2015	(r286190)
@@ -41,7 +41,7 @@
 .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 .\" SOFTWARE.
 .\"
-.Dd May 13, 2015
+.Dd July 11, 2015
 .Dt DEVD.CONF 5
 .Os
 .Sh NAME
@@ -336,6 +336,26 @@ Processor state/configuration ($notify=0
 Thermal zone events.
 .El
 .Pp
+.It Li CARP
+Events related to the
+.Xr carp 8
+protocol.
+.Bl -tag -width ".Sy Subsystem" -compact
+.It Sy Subsystem
+.It Ar vhid@interface
+The
+.Dq subsystem
+contains the actual CARP vhid and the name of the network interface
+on which the event took place.
+.Bl -tag -width ".Li MASTER" -compact
+.It Sy Type
+.It Li MASTER
+Node become the master for a virtual host.
+.It Li BACKUP
+Node become the backup for a virtual host.
+.El
+.El
+.Pp
 .It Li IFNET
 Events related to the network subsystem.
 .Bl -tag -width ".Sy Subsystem" -compact



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508020935.t729ZrWX052010>