The branch main has been updated by kp:

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

commit e03181510de2a47e14cfc1206cbdbfe7b03a1515
Author:     Kristof Provost <k...@freebsd.org>
AuthorDate: 2025-06-26 13:13:04 +0000
Commit:     Kristof Provost <k...@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 <j...@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[] = {

Reply via email to