]> git.proxmox.com Git - pve-container.git/commitdiff
Remove weird config key entries
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 27 Jan 2016 10:10:21 +0000 (11:10 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 15:36:02 +0000 (16:36 +0100)
src/PVE/LXC.pm

index 64d7d5c567c6579a3abdd8ad93857e7054fbdc5e..01610dcdc86b6072120a5ac9b3621f15676fe162 100644 (file)
@@ -257,10 +257,6 @@ my $valid_lxc_conf_keys = {
     'lxc.start.order' => 1,
     'lxc.group' => 1,
     'lxc.environment' => 1,
-    'lxc.' => 1,
-    'lxc.' => 1,
-    'lxc.' => 1,
-    'lxc.' => 1,
 };
 
 my $netconf_desc = {