Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2024 14:49:36 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f9f470f72c87 - main - ifnet(9): Document the IFF_PALLMULTI flag
Message-ID:  <202411121449.4ACEna4t037799@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei:

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

commit f9f470f72c8718c3503874791d593997c3d751b4
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-11-12 14:47:45 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-11-12 14:47:45 +0000

    ifnet(9): Document the IFF_PALLMULTI flag
    
    It was introduced by the recent commit [1].
    
    1. 58f194223ab8 ifnet: Add handling for toggling IFF_ALLMULTI in ifhwioctl()
    
    Reviewed by:    markj
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D47511
---
 share/man/man9/ifnet.9 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 41cbfd8dad42..69804a754b3a 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -26,7 +26,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 24, 2022
+.Dd Nov 12, 2024
 .Dt IFNET 9
 .Os
 .Sh NAME
@@ -608,6 +608,10 @@ This interface is in the permanently promiscuous mode (implies
 .It Dv IFF_ALLMULTI
 .Aq D*
 This interface is in all-multicasts mode (used by multicast routers).
+.It Dv IFF_PALLMULTI
+.Aq D
+This interface is in the permanently all-multicasts mode (implies
+.Dv IFF_ALLMULTI) .
 .It Dv IFF_DRV_OACTIVE
 .Aq D*
 The interface's hardware output queue (if any) is full; output packets



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