svn commit: r365544 - stable/12/sbin/devd

Warner Losh imp at FreeBSD.org
Wed Sep 9 23:06:36 UTC 2020


Author: imp
Date: Wed Sep  9 23:06:35 2020
New Revision: 365544
URL: https://svnweb.freebsd.org/changeset/base/365544

Log:
  MFC r365016 | imp | 2020-08-31 17:48:23 -0600 (Mon, 31 Aug 2020) | 2 lines
  
  Add documentation for ETHERNET events.

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

Modified: stable/12/sbin/devd/devd.conf.5
==============================================================================
--- stable/12/sbin/devd/devd.conf.5	Wed Sep  9 23:05:47 2020	(r365543)
+++ stable/12/sbin/devd/devd.conf.5	Wed Sep  9 23:06:35 2020	(r365544)
@@ -433,6 +433,14 @@ node is destroyed.
 .Pp
 .Bl -column "System" "Subsystem" "1234567" -compact
 .Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
+.It Li ETHERNET Ta Ar inet Ta IFATTACH Ta
+Notification when the default VNET instance of the
+.Ar inet
+interface is attached.
+.El
+.Pp
+.Bl -column "System" "Subsystem" "1234567" -compact
+.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
 .It Li GEOM Ta Ta Ta
 Events related to the
 .Xr geom 4


More information about the svn-src-stable mailing list