Date: Fri, 14 Feb 2014 10:21:04 +0400 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Adrian Chadd <adrian@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r261859 - in head: sys/net usr.bin/netstat Message-ID: <20140214062104.GA26785@FreeBSD.org> In-Reply-To: <201402140005.s1E059Gh030523@svn.freebsd.org> References: <201402140005.s1E059Gh030523@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140214062104.GA26785>