=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm 2006/10/05 18:10:39 1.21 +++ trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm 2007/01/03 19:40:03 1.22 @@ -1,5 +1,5 @@ package Net::Telnet::Trango; -# $RedRiver: Trango.pm,v 1.20 2006/09/12 02:20:39 andrew Exp $ +# $RedRiver: Trango.pm,v 1.21 2006/10/05 17:10:39 andrew Exp $ use strict; use warnings; use base 'Net::Telnet'; @@ -289,6 +289,10 @@ You need to pass in args => and it will return the info for that suid. +=item su_testrflink + +you need to pass in args => and it will return the rflink test results for that SU. + =item save_ss saves the config. Returns 1 on success, undef on failure. @@ -313,6 +317,7 @@ maclist_reset => { String => 'maclist reset', expect => 'done' }, eth_link => { String => 'eth link', expect => $success }, su_info => { String => 'su info', decode => 'all', expect => $success }, + su_testrflink=> { String => 'su testrflink', decode => 'each', expect => $success }, save_ss => { String => 'save ss', expect => $success }, opmode => { decode => 'all', expect => $success }, # eth r, w and reset???