Date: Fri, 14 Feb 2014 10:22:15 +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: <20140214062215.GB26785@FreeBSD.org> In-Reply-To: <20140214062104.GA26785@FreeBSD.org> References: <201402140005.s1E059Gh030523@svn.freebsd.org> <20140214062104.GA26785@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140214062215.GB26785>