On Fri, Dec 13, 2013 at 05:57:09PM -0500, David Miller wrote: > From: Denys Vlasenko <[email protected]> > Date: Fri, 13 Dec 2013 16:45:47 +0100 > > > If ipv6 auto-configuration does not work, currently it's hard > > to track what's going on. This change adds log messages > > (at debug level) on every code path where ipv6 autoconf fails. > > > > v3: changed pr_debug's to pr_warn's. > > > > Signed-off-by: Denys Vlasenko <[email protected]> > > I already made it clear I want to see statistics added instead of log > messages for this.
Hmm... I gave this a bit more thought. I would go with counters, too. What if we add something like per interface softerror states. So that we e.g. can see that one protocol had an error on an interface and it needs attention of an administrator? E.g. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP,SOFT_FAIL> Would catch the eyes more quickly. If counters are implemented we could do that completly in user space and add that flag as soon as one of the observed counters are above 0 (and of course, iproute needs colors). What do you think? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

