Projet

Général

Profil

« Précédent | Suivant » 

Révision bd0b5d2d

Ajouté par Chris Buechler il y a plus de 9 ans

Remove the minimum NIC warning, this dates back to when minimum 2 NICs were supported and it made sense to throw this message at people. It's obvious a network appliance requires at least one NIC.

Voir les différences:

etc/inc/util.inc
1710 1710
		}
1711 1711
	}
1712 1712

  
1713
	if ($g['minimum_nic_count'] > $i) {
1714
		$do_assign = true;
1715
	} else if (file_exists("{$g['tmp_path']}/assign_complete"))
1713
	$do_assign = true;
1714
	if (file_exists("{$g['tmp_path']}/assign_complete"))
1716 1715
		$do_assign = false;
1717 1716

  
1718 1717
	if (!empty($missing_interfaces) && $do_assign)

Formats disponibles : Unified diff