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. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"