[pve-devel] [PATCH pve-container] Correct package name in sub update_ipconfig()
Emmanuel Kasper
e.kasper at proxmox.com
Wed Aug 26 16:12:57 CEST 2015
---
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 = [];
--
2.1.4
More information about the pve-devel
mailing list