Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2021 08:35:31 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c91586dcfc9e - stable/12 - Removed the reference to the deprecated splx API from ifnet(9).
Message-ID:  <202104160835.13G8ZVBu098589@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by dchagin:

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

commit c91586dcfc9ed2cb94b672b6ac0a21aaace2dff1
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-04-09 14:22:12 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2021-04-16 08:35:14 +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 7508fada315a..ebe202079588 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -1358,15 +1358,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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104160835.13G8ZVBu098589>