netstat: fix missing tab in icmp6 output

PR:		275044
Submitted by:	sigsys@gmail.com
Reviewed by:	kp
MFC after:	1 week
This commit is contained in:
Kristof Provost 2023-11-12 18:23:04 +01:00
parent 19477ee0d9
commit 4b5634f4e5

View file

@ -992,7 +992,7 @@ icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
"{N:/bad checksum%s}\n");
p(icp6s_badlen, "\t{:dropped-bad-length/%ju} "
"{N:/message%s with bad length}\n");
p(icp6s_dropped, "{:dropped-no-entry/%ju} "
p(icp6s_dropped, "\t{:dropped-no-entry/%ju} "
"{N:/total packet%s dropped due to failed NDP resolution}\n");
#define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0]))
for (first = 1, i = 0; i < NELEM; i++)