mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Mention in the BUGS section that EVFILT_NETDEV events
on vlan(4) will be noticed only if the parent uses miibus(4). Pointed out by: John-Mark Gurney <gurney_j -at- resnet.uoregon.edu>
This commit is contained in:
parent
49ea9a58a7
commit
cb7d015e22
1 changed files with 14 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 4, 2004
|
||||
.Dd November 15, 2004
|
||||
.Dt VLAN 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -163,8 +163,18 @@ for
|
|||
.Nm
|
||||
use and calculates the appropriate frame MTU based on the
|
||||
capabilities of the parent interface.
|
||||
.Sh SEE ALSO
|
||||
.Xr miibus 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh BUGS
|
||||
No 802.1Q features except VLAN tagging are implemented.
|
||||
.Pp
|
||||
.Dv EVFILT_NETDEV
|
||||
events on a
|
||||
.Nm
|
||||
interface will be sent through
|
||||
.Xr kqueue 2
|
||||
only if the parent interface uses
|
||||
.Xr miibus 4
|
||||
for link state notification.
|
||||
.Sh SEE ALSO
|
||||
.Xr kqueue 2 ,
|
||||
.Xr miibus 4 ,
|
||||
.Xr ifconfig 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue