Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2025 09:54:33 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e03181510de2 - main - pfctl: Add "listenrepv2" for MLDv2 Listener Reports from RFC3810
Message-ID:  <202506300954.55U9sXEZ064292@gitrepo.freebsd.org>

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

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

commit e03181510de2a47e14cfc1206cbdbfe7b03a1515
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-06-26 13:13:04 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-06-30 07:53:26 +0000

    pfctl: Add "listenrepv2" for MLDv2 Listener Reports from RFC3810
    
    ok benno@
    
    Obtained from:  OpenBSD, jca <jca@openbsd.org>, 42b7d0f07b
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sbin/pfctl/pfctl_parser.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c
index dbc7ff00782f..92debd6227e7 100644
--- a/sbin/pfctl/pfctl_parser.c
+++ b/sbin/pfctl/pfctl_parser.c
@@ -135,7 +135,8 @@ static const struct icmptypeent icmp6_type[] = {
 	{ "niqry",	ICMP6_NI_QUERY },
 	{ "nirep",	ICMP6_NI_REPLY },
 	{ "mtraceresp",	MLD_MTRACE_RESP },
-	{ "mtrace",	MLD_MTRACE }
+	{ "mtrace",	MLD_MTRACE },
+	{ "listenrepv2", MLDV2_LISTENER_REPORT },
 };
 
 static const struct icmpcodeent icmp_code[] = {



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