On Fri, Sep 15, 2006 at 12:33:32PM +0200, martin f krafft wrote:

> Using a configuration file like
>   false command false
> and a line like
>   ./src/guessnet -C myconf eth0
> guessnet still executes the link detection code:
>   Link beat detection (mii) failed: Operation not supported
>   Link beat detection (ethtool) failed: Operation not supported

This is actually ok.  What is happening is not that guessnet is running
the link detection test, but it's just running its function to check the
interface status at startup.

The function to check the interface status, in turn, reads all sorts of
info from the interface, including the link status.  This causes the
warnings you see.

I'm now hiding those warnings unless guessnet is run with --verbose.
What is needed, is a better handling of the return value of the
function, to distinguish between inavailability of the feature or link
beat status.


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to