mirror of
git://git.proxmox.com/git/pve-firewall.git
synced 2025-01-09 01:18:04 +03:00
fwtester: sort and group module usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f78c7ca05b
commit
fdbdbf6010
@ -1,15 +1,18 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use lib '../src';
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Data::Dumper;
|
||||
use File::Basename;
|
||||
use Getopt::Long;
|
||||
use Net::IP;
|
||||
|
||||
use PVE::Corosync;
|
||||
use PVE::FirewallSimulator;
|
||||
use PVE::INotify;
|
||||
use PVE::Corosync;
|
||||
use Getopt::Long;
|
||||
use File::Basename;
|
||||
use Net::IP;
|
||||
|
||||
my $debug = 0;
|
||||
|
||||
@ -29,7 +32,7 @@ my $local_hostname = PVE::INotify::nodename();
|
||||
my $corosync_conf = PVE::Corosync::parse_conf($corosync_conf_fn, $raw_replaced);
|
||||
|
||||
PVE::FirewallSimulator::debug($debug);
|
||||
|
||||
|
||||
my $testfilename = shift;
|
||||
my $testid = shift;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user