[BACK]Return to Trango.pm CVS log [TXT][DIR] Up to [local] / trango / Net-Telnet-Trango / lib / Net / Telnet

Diff for /trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm between version 1.38 and 1.39

version 1.38, 2007/02/06 16:22:46 version 1.39, 2007/02/06 20:41:42
Line 1 
Line 1 
 package Net::Telnet::Trango;  package Net::Telnet::Trango;
   
 # $RedRiver: Trango.pm,v 1.37 2007/02/05 23:09:59 andrew Exp $  # $RedRiver: Trango.pm,v 1.38 2007/02/06 16:22:46 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
 use base 'Net::Telnet';  use base 'Net::Telnet';
Line 291 
Line 291 
   
 No useful output.  No useful output.
   
 =head2 B<eth_list> - eth list command  =head2 B<eth_link> - eth link command
   
 Returns the output from the eth list command  Returns the output from the eth link command
   
   This command seems to cause some weird issues.  It often will cause the
   command after it to appear to fail.  I am not sure why.
   
 =head2 B<su_info> - gets the su info  =head2 B<su_info> - gets the su info
   

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>