git: cd9e5d43333c - main - netstat: fix pfsync stats spelling
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Mar 2023 22:50:47 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=cd9e5d43333c859edb77604be9ca8f4c44dac35c commit cd9e5d43333c859edb77604be9ca8f4c44dac35c Author: Kajetan Staszkiewicz <vegeta@tuxpowered.net> AuthorDate: 2023-02-07 21:50:09 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2023-03-05 22:50:07 +0000 netstat: fix pfsync stats spelling Reviewed by: mjg --- usr.bin/netstat/if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 5ba4f3afc67b..ea0a81692d03 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -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");