Hi Rafael,

On Mon, 1 Sep 2003, Rafael Martinez Torres wrote:

> Yes, this is a known warning. I think it can be fixed by changing the
> order MRTG invokes the "uses Socket6" and "uses INET6" , but I'm not sure.

Thanks. This order works fine for me:

BEGIN {
    if($SNMP_Session::ipv6available) {
        import IO::Socket::INET6;
        import Socket6;
    }
}

--jochen

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg-developers

Reply via email to