[mrtg-developers] Re: URGENT !!! INET6-1.28 and Socket6-0.12
    Jochen Friedrich 
    jochen at scram.de
       
    Tue Sep  2 21:38:14 MEST 2003
    
    
  
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:mrtg-developers-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:mrtg-developers-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/mrtg-developers
    
    
More information about the mrtg-developers
mailing list