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

Should be:                      "\t%ju lookups%s w/ no resolved ARP\n"
Or even better:                 "\t%ju lookups%s with not resolved Layer 2\n"

Sorry for late re-review.

-- 
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"

Reply via email to