mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Track removal of Tokenring and FDDI media types from devd.cc.
Fixes: eec02418d8 Remove support for FDDI and token ring media types in userland utilities.
Reviewed by: brooks, gjb, imp
Approved by: brooks (src), gjb (mentor, src), imp (src)
Differential Revision: https://reviews.freebsd.org/D36668
MFC after: 3 days
This commit is contained in:
parent
00d8a28f19
commit
f968cb140f
1 changed files with 1 additions and 3 deletions
|
|
@ -40,7 +40,7 @@
|
|||
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
.\" SOFTWARE.
|
||||
.\"
|
||||
.Dd November 3, 2021
|
||||
.Dd September 22, 2022
|
||||
.Dt DEVD.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -177,8 +177,6 @@ For network devices,
|
|||
will match devices that have the given media type.
|
||||
Valid media types are:
|
||||
.Dq Li Ethernet ,
|
||||
.Dq Li Tokenring ,
|
||||
.Dq Li FDDI ,
|
||||
.Dq Li 802.11 ,
|
||||
and
|
||||
.Dq Li ATM .
|
||||
|
|
|
|||
Loading…
Reference in a new issue