mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vlan(4) no longer depends on miibus(4).
Reviewed by: jhb@ MFC after: 1 month
This commit is contained in:
parent
1e1d603e2f
commit
9d9ab10e8b
2 changed files with 1 additions and 13 deletions
|
|
@ -36,7 +36,6 @@ To compile this driver into the kernel,
|
|||
place the following lines in your
|
||||
kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "device miibus"
|
||||
.Cd "device vlan"
|
||||
.Ed
|
||||
.Pp
|
||||
|
|
@ -193,18 +192,7 @@ The MTU setting on
|
|||
.Nm
|
||||
can be corrected manually if used in conjunction with such a parent interface.
|
||||
.Sh SEE ALSO
|
||||
.Xr kqueue 2 ,
|
||||
.Xr miibus 4 ,
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr sysctl 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.
|
||||
|
|
|
|||
|
|
@ -727,7 +727,7 @@ device loop
|
|||
device ether
|
||||
|
||||
# The `vlan' device implements the VLAN tagging of Ethernet frames
|
||||
# according to IEEE 802.1Q. It requires `device miibus'.
|
||||
# according to IEEE 802.1Q.
|
||||
device vlan
|
||||
|
||||
# The `wlan' device provides generic code to support 802.11
|
||||
|
|
|
|||
Loading…
Reference in a new issue