netstat: fix pfsync stats spelling
Reviewed by: mjg
This commit is contained in:
parent
cf499a1873
commit
17bf26a09c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user