mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Print the correct ICMP statistics for "no return routes".
This commit is contained in:
parent
3d82ba4313
commit
0237ca7b95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121424
@ -658,7 +658,7 @@ icmp_stats(u_long off __unused, const char *name, int af1 __unused)
|
||||
}
|
||||
p(icps_reflect, "\t%lu message response%s generated\n");
|
||||
p2(icps_badaddr, "\t%lu invalid return address%s\n");
|
||||
p(icps_badaddr, "\t%lu no return route%s\n");
|
||||
p(icps_noroute, "\t%lu no return route%s\n");
|
||||
#undef p
|
||||
#undef p1a
|
||||
#undef p2
|
||||
|
Loading…
Reference in New Issue
Block a user