ftimme
2013-02-27 f4038a2160d55a7f519a3b42be1aa96e29e9a908
server/plugins-available/network_settings_plugin.inc.php
@@ -81,7 +81,10 @@
      
      //* Configure the debian network card settings.
      //* Dont configure
      if($server_config['auto_network_configuration'] == 'y' && $data['mirrored'] == false) {
      if($server_config['auto_network_configuration'] == 'y' &&
         $data['mirrored'] == false &&
         $server_config['ip_address'] != '0.0.0.0' &&
         $server_config['gateway'] != '0.0.0.0') {
         
         if (is_file('/etc/debian_version')) 
         {
@@ -239,7 +242,12 @@
         }
         
      } else {
         $app->log('Network configuration disabled in server settings or server is a mirror server.',LOGLEVEL_DEBUG);
         if($data['mirrored'] == true) {
            $app->log('Skipping network config request. IP addresses from amster are not configured on the mirror.',LOGLEVEL_DEBUG);
         }
         if($server_config['auto_network_configuration'] == 'n') {
            $app->log('Network configuration disabled in server settings.',LOGLEVEL_DEBUG);
         }
      }
      
   }