]> git.proxmox.com Git - pve-container.git/commitdiff
export $netconf_desc, so that we can generate docs
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 7 May 2016 06:58:01 +0000 (08:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 7 May 2016 06:58:01 +0000 (08:58 +0200)
src/PVE/LXC/Config.pm

index 937ff837965b27b3d790cbe30d391e45cd414e46..9ca364b1beda9bd32964fd7f1fc41f2cb1903b6e 100644 (file)
@@ -412,7 +412,7 @@ my $valid_lxc_conf_keys = {
     'lxc.environment' => 1,
 };
 
-my $netconf_desc = {
+our $netconf_desc = {
     type => {
        type => 'string',
        optional => 1,