summaryrefslogtreecommitdiff
path: root/src/PVE/Network
diff options
context:
space:
mode:
Diffstat (limited to 'src/PVE/Network')
-rw-r--r--src/PVE/Network/SDN.pm1
-rw-r--r--src/PVE/Network/SDN/Controllers.pm1
-rw-r--r--src/PVE/Network/SDN/Controllers/Plugin.pm1
-rw-r--r--src/PVE/Network/SDN/Dns.pm1
-rw-r--r--src/PVE/Network/SDN/Dns/Plugin.pm1
-rw-r--r--src/PVE/Network/SDN/Ipams/Plugin.pm1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/PVE/Network/SDN.pm b/src/PVE/Network/SDN.pm
index 4ac9720..0fe7c9f 100644
--- a/src/PVE/Network/SDN.pm
+++ b/src/PVE/Network/SDN.pm
@@ -3,7 +3,6 @@ package PVE::Network::SDN;
use strict;
use warnings;
-use Data::Dumper;
use JSON;
use PVE::INotify;
diff --git a/src/PVE/Network/SDN/Controllers.pm b/src/PVE/Network/SDN/Controllers.pm
index fd7ad54..9e8f3aa 100644
--- a/src/PVE/Network/SDN/Controllers.pm
+++ b/src/PVE/Network/SDN/Controllers.pm
@@ -3,7 +3,6 @@ package PVE::Network::SDN::Controllers;
use strict;
use warnings;
-use Data::Dumper;
use JSON;
use PVE::Tools qw(extract_param dir_glob_regex run_command);
diff --git a/src/PVE/Network/SDN/Controllers/Plugin.pm b/src/PVE/Network/SDN/Controllers/Plugin.pm
index 5579513..d6ffc5f 100644
--- a/src/PVE/Network/SDN/Controllers/Plugin.pm
+++ b/src/PVE/Network/SDN/Controllers/Plugin.pm
@@ -7,7 +7,6 @@ use PVE::Tools;
use PVE::JSONSchema;
use PVE::Cluster;
-use Data::Dumper;
use PVE::JSONSchema qw(get_standard_option);
use base qw(PVE::SectionConfig);
diff --git a/src/PVE/Network/SDN/Dns.pm b/src/PVE/Network/SDN/Dns.pm
index c2e153a..581b467 100644
--- a/src/PVE/Network/SDN/Dns.pm
+++ b/src/PVE/Network/SDN/Dns.pm
@@ -3,7 +3,6 @@ package PVE::Network::SDN::Dns;
use strict;
use warnings;
-use Data::Dumper;
use JSON;
use PVE::Tools qw(extract_param dir_glob_regex run_command);
diff --git a/src/PVE/Network/SDN/Dns/Plugin.pm b/src/PVE/Network/SDN/Dns/Plugin.pm
index 07d0be1..9b60b2d 100644
--- a/src/PVE/Network/SDN/Dns/Plugin.pm
+++ b/src/PVE/Network/SDN/Dns/Plugin.pm
@@ -9,7 +9,6 @@ use PVE::Cluster;
use HTTP::Request;
use LWP::UserAgent;
-use Data::Dumper;
use PVE::JSONSchema qw(get_standard_option);
use base qw(PVE::SectionConfig);
diff --git a/src/PVE/Network/SDN/Ipams/Plugin.pm b/src/PVE/Network/SDN/Ipams/Plugin.pm
index 8ab405e..249a48d 100644
--- a/src/PVE/Network/SDN/Ipams/Plugin.pm
+++ b/src/PVE/Network/SDN/Ipams/Plugin.pm
@@ -10,7 +10,6 @@ use HTTP::Request;
use LWP::UserAgent;
use JSON;
-use Data::Dumper;
use PVE::JSONSchema qw(get_standard_option);
use base qw(PVE::SectionConfig);