mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Print the correct ICMP statistics for "no return routes".
This commit is contained in:
parent
3d82ba4313
commit
0237ca7b95
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue