Slawomir Skret wrote: > One comment that I have is that it would be useful to be able to > retrieve the actual cause of the errors with the pppstats or some other > way from the ppp driver. When they show up in the ifconfig it is not > clear what's causing them and it requires some work to get to the actual > cause. The information you get from ifconfig -- the count of input errors -- is essentially all that the driver knows. It knows that it's getting bad frames, but it can't really know _why_ they're bad. That takes a human. (It'd be possible to report some more details about edge cases here, and some of the implementations do just that, but low-level problems that drop hunks of data are, I think, inherently hard for a PPP driver to diagnose on its own.) -- James Carlson 42.703N 71.076W <carlsonj@xxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html