Projet

Général

Profil

« Précédent | Suivant » 

Révision 687d11a6

Ajouté par Renato Botelho il y a plus de 9 ans

Remove double defined 'localhost' on the list of networks to create outbound NAT rules. It should fix #3800

Voir les différences:

etc/inc/filter.inc
1342 1342
	global $config, $FilterIflist, $GatewaysList;
1343 1343

  
1344 1344
	$tonathosts = array("127.0.0.0/8");
1345
	$descriptions = array(gettext("localhost"), gettext("localhost"));
1345
	$descriptions = array(gettext("localhost"));
1346 1346

  
1347 1347
	foreach (get_staticroutes() as $route) {
1348 1348
		$netip = explode("/", $route['network']);

Formats disponibles : Unified diff