Projet

Général

Profil

« Précédent | Suivant » 

Révision 5d49ceac

Ajouté par Phil Davis il y a plus de 9 ans

Fix #3935 Properly allow WAN without LAN

Was broken by https://github.com/pfsense/pfsense/commit/bd0b5d2dc7a279d3473a65a11d67efb5e39392be

Voir les différences:

etc/inc/config.console.inc
224 224
			}
225 225
			
226 226
			if($lanif == "") {
227
				fclose($fp);
228
				return;
227
				/* It is OK to have just a WAN, without a LAN so break if the user does not want LAN. */
228
				break;
229 229
			}
230 230
	
231 231
			if ($lanif === "a")

Formats disponibles : Unified diff