svn commit: r261859 - in head: sys/net usr.bin/netstat

Gleb Smirnoff glebius at FreeBSD.org
Fri Feb 14 06:22:18 UTC 2014


On Fri, Feb 14, 2014 at 10:21:04AM +0400, Gleb Smirnoff wrote:
T> On Fri, Feb 14, 2014 at 12:05:09AM +0000, Adrian Chadd wrote:
T> A> Modified: head/usr.bin/netstat/flowtable.c
T> A> ==============================================================================
T> A> --- head/usr.bin/netstat/flowtable.c	Thu Feb 13 22:24:36 2014	(r261858)
T> A> +++ head/usr.bin/netstat/flowtable.c	Fri Feb 14 00:05:09 2014	(r261859)
T> A> @@ -55,6 +55,7 @@ print_stats(struct flowtable_stat *stat)
T> A>  	p(ft_collisions, "\t%ju collision%s\n");
T> A>  	p(ft_free_checks, "\t%ju free check%s\n");
T> A>  	p(ft_frees, "\t%ju free%s\n");
T> A> +	p(ft_fail_lle_invalid, "\t%ju lookups w/ no resolved ARP%s\n");
T> 
T> Should be:			"\t%ju lookups%s w/ no resolved ARP\n"
T> Or even better:			"\t%ju lookups%s with not resolved Layer 2\n"

Argh, of course 's' is extra:

				"\t%ju lookup%s with not resolved Layer 2\n"

-- 
Totus tuus, Glebius.


More information about the svn-src-head mailing list