]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Network.pm
sort module usage + some newlines for readabilty
[pve-common.git] / src / PVE / Network.pm
index e91aeb28e55b4cd2964f70611ee659a1ff02021c..5f40353ccd6e01ef170c1626c10503ed0294c650 100644 (file)
@@ -2,15 +2,16 @@ package PVE::Network;
 
 use strict;
 use warnings;
-use PVE::Tools qw(run_command lock_file);
-use PVE::ProcFSTools;
+
 use PVE::INotify;
+use PVE::ProcFSTools;
+use PVE::Tools qw(run_command lock_file);
+
 use File::Basename;
 use IO::Socket::IP;
-use Socket qw(NI_NUMERICHOST NI_NUMERICSERV);
-use POSIX qw(ECONNREFUSED);
-
 use Net::IP;
+use POSIX qw(ECONNREFUSED);
+use Socket qw(NI_NUMERICHOST NI_NUMERICSERV);
 
 # host network related utility functions