git: 796d1209fb4a - stable/13 - Removed the reference to the deprecated splx API from ifnet(9).

Dmitry Chagin dchagin at FreeBSD.org
Fri Apr 16 08:31:57 UTC 2021


The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=796d1209fb4a5b599561e094f7ce01e0b0596ad4

commit 796d1209fb4a5b599561e094f7ce01e0b0596ad4
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-04-09 14:22:12 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-04-16 08:31:22 +0000

    Removed the reference to the deprecated splx API from ifnet(9).
    
    Reviewed by:            emaste, markj
    PR:                     254880
    Differential Revision:  https://reviews.freebsd.org/D29666
    
    (cherry picked from commit f2400e6e832d42ca72b0d04ecd070598f4a81eb7)
---
 share/man/man9/ifnet.9 | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 126fcb9bc671..90a95106b1d5 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -1393,15 +1393,6 @@ The socket's protocol control routine is called to implement the
 requested action.
 .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"
 Several functions exist to look up an interface address structure
 given an address.


More information about the dev-commits-src-all mailing list