[pve-devel] [PATCH] linux bridge and ovs new model implementation v6

Dietmar Maurer dietmar at proxmox.com
Tue May 6 08:25:23 CEST 2014


>  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.





More information about the pve-devel mailing list