https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220078

--- Comment #11 from Eugene Grosbein <eu...@freebsd.org> ---
(In reply to Cassiano Peixoto from comment #10)

You have revision earlier than 315456 that changed context for this patch:

-               CTR3(KTR_IGMPV3, "%s: imr_interface = %s, ifp = %p",
-                   __func__, inet_ntoa(mreqs.imr_interface), ifp);
+               CTR3(KTR_IGMPV3, "%s: imr_interface = 0x%08x, ifp = %p",
+                   __func__, ntohl(mreqs.imr_interface.s_addr), ifp);

That's not big deal. Either apply this small chunk manually, or update your
system to latest stable/11.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-ipfw@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw-unsubscr...@freebsd.org"

Reply via email to