Removed the reference to the deprecated splx API from ifnet(9).

Reviewed by:		emaste, markj
PR:			254880
MFC After:		1 week
Differential Revision:	https://reviews.freebsd.org/D29666
This commit is contained in:
Dmitry Chagin 2021-04-09 17:22:12 +03:00
parent c07aa0a587
commit f2400e6e83

View File

@ -1393,15 +1393,6 @@ The socket's protocol control routine is called to implement the
requested action. requested action.
.El .El
.El .El
.Pp
.Fn if_down ,
.Fn ifioctl ,
.Fn ifpromisc ,
and
.Fn if_up
must be called at
.Fn splnet
or higher.
.Ss "Interface Address Functions" .Ss "Interface Address Functions"
Several functions exist to look up an interface address structure Several functions exist to look up an interface address structure
given an address. given an address.