https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204593
Andrey V. Elsukov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrey V. Elsukov <[email protected]> --- (In reply to Hellmuth Michaelis from comment #0) > Currently it only possible to follow IPv4 ICMP handling in/of the kernel by > recompiling the kernel and adding a define for "ICMPPRINTFS" to enable > kernel console messages for ICMP handling in /usr/src/sys/netinet/ip_icmp.c. You can get the most of these printfs using dtrace fbt probes. To get more, I prefer add ICMP_PROBE() dtrace probe, similar to that we have for IP, UDP and TCP. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
