diff options
author | yar <yar@FreeBSD.org> | 2004-11-15 14:33:17 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-11-15 14:33:17 +0000 |
commit | acd420a745aab0d1fa41657549c99edf66d3f65a (patch) | |
tree | 14ffe17c43252fda8d719aea92cd5824475d003e /share | |
parent | 07e57c11e75db17aa67e84d8b6d2ec03b5fb5f6c (diff) | |
download | FreeBSD-src-acd420a745aab0d1fa41657549c99edf66d3f65a.zip FreeBSD-src-acd420a745aab0d1fa41657549c99edf66d3f65a.tar.gz |
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>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vlan.4 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index e6be846..440883b 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -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 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 -.Sh BUGS -No 802.1Q features except VLAN tagging are implemented. |