> data/PVE/Network.pm | 242 > +++++++++++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 223 insertions(+), 19 deletions(-) > > diff --git a/data/PVE/Network.pm b/data/PVE/Network.pm index > 4677bf9..fb89cbf 100644 > --- a/data/PVE/Network.pm > +++ b/data/PVE/Network.pm > @@ -2,10 +2,12 @@ package PVE::Network; > > use strict; > use warnings; > -use PVE::Tools qw(run_command); > +use PVE::Tools qw(run_command file_get_contents); > use PVE::ProcFSTools; > use PVE::INotify; > +use PVE::Firewall;
Sorry, but we can't simply introduce such dependency! The script need to work without that. _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
