[pve-devel] [PATCH pve-container] Correct package name in sub update_ipconfig()
Dietmar Maurer
dietmar at proxmox.com
Wed Aug 26 16:19:00 CEST 2015
applied, thanks!
On 08/26/2015 04:12 PM, Emmanuel Kasper wrote:
> ---
> src/PVE/LXC.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
> index 5e21df6..e59a4ce 100644
> --- a/src/PVE/LXC.pm
> +++ b/src/PVE/LXC.pm
> @@ -1381,7 +1381,7 @@ sub hotplug_net {
> sub update_ipconfig {
> my ($vmid, $conf, $opt, $eth, $newnet, $rootdir) = @_;
>
> - my $lxc_setup = PVE::LXCSetup->new($conf, $rootdir);
> + my $lxc_setup = PVE::LXC::Setup->new($conf, $rootdir);
>
> my $optdata = parse_lxc_network($conf->{$opt});
> my $deleted = [];
More information about the pve-devel
mailing list