Changes

From SME Server
Jump to navigationJump to search
Line 216: Line 216:  
use esmith::util::network qw(:all);
 
use esmith::util::network qw(:all);
 
use Socket qw( inet_aton );
 
use Socket qw( inet_aton );
 +
 +
my %dhcp_data = ();
    
</syntaxhighlight>Necessary library units are identified and Configuration databases opened and the hash to be used to communicate with the template files is initialised.
 
</syntaxhighlight>Necessary library units are identified and Configuration databases opened and the hash to be used to communicate with the template files is initialised.

Navigation menu