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 on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"