mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
Improve cisco power automation scripts.
Add summary csv output, automatically create layer-3 connection, rename some headers to match what customer requested.
This commit is contained in:
@@ -17,7 +17,12 @@ $SIG{ __WARN__ } = sub { Carp::confess( @_ ) };
|
||||
|
||||
# Un-buffer output
|
||||
$| = 1;
|
||||
use lib '/home/lanforge/scripts';
|
||||
if ( -f "LANforge/Endpoint.pm" ) {
|
||||
use lib "./";
|
||||
}
|
||||
else {
|
||||
use lib '/home/lanforge/scripts';
|
||||
}
|
||||
use LANforge::Endpoint;
|
||||
use LANforge::Port;
|
||||
use LANforge::Utils;
|
||||
|
||||
Reference in New Issue
Block a user