mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
whitespace
This commit is contained in:
@@ -255,11 +255,11 @@ my $t = undef;
|
|||||||
if ($stats_from_file eq "") {
|
if ($stats_from_file eq "") {
|
||||||
# Wait up to 60 seconds when requesting info from LANforge.
|
# Wait up to 60 seconds when requesting info from LANforge.
|
||||||
$t = new Net::Telnet(Prompt => '/default\@btbits\>\>/',
|
$t = new Net::Telnet(Prompt => '/default\@btbits\>\>/',
|
||||||
Timeout => 60);
|
Timeout => 60);
|
||||||
|
|
||||||
$t->open(Host => $::lfmgr_host,
|
$t->open(Host => $::lfmgr_host,
|
||||||
Port => $::lfmgr_port,
|
Port => $::lfmgr_port,
|
||||||
Timeout => 10);
|
Timeout => 10);
|
||||||
|
|
||||||
$t->max_buffer_length(16 * 1024 * 1000); # 16 MB buffer
|
$t->max_buffer_length(16 * 1024 * 1000); # 16 MB buffer
|
||||||
$t->waitfor("/btbits\>\>/");
|
$t->waitfor("/btbits\>\>/");
|
||||||
|
|||||||
Reference in New Issue
Block a user