netstat: fix pfsync stats spelling

Reviewed by:	mjg
This commit is contained in:
Kajetan Staszkiewicz 2023-02-07 22:50:09 +01:00 committed by Mateusz Guzik
parent 5a91529479
commit cd9e5d4333

View File

@ -153,7 +153,7 @@ pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
"{N:/packet%s received (IPv6)}\n");
pfsync_acts_stats("input-histogram", "received",
&pfsyncstat.pfsyncs_iacts[0]);
p(pfsyncs_badif, "\t\t/{:dropped-bad-interface/%ju} "
p(pfsyncs_badif, "\t\t{:dropped-bad-interface/%ju} "
"{N:/packet%s discarded for bad interface}\n");
p(pfsyncs_badttl, "\t\t{:dropped-bad-ttl/%ju} "
"{N:/packet%s discarded for bad ttl}\n");