Projet

Général

Profil

« Précédent | Suivant » 

Révision f01c3b59

Ajouté par Renato Botelho il y a presque 10 ans

Fix #3702, make sure tunnel inside IP is set when interface changes

Voir les différences:

etc/inc/interfaces.inc
2945 2945
	}
2946 2946

  
2947 2947
	/* Need to check that the interface exists or not in the case where its coming back from disabled state see #3270 */
2948
	if (!does_interface_exist($interface_to_check))
2948
	if (in_array(substr($realif, 0, 3), array("gre", "gif")) || !does_interface_exist($interface_to_check))
2949 2949
		interface_virtual_create($interface_to_check);
2950 2950

  
2951 2951
	/* Disable Accepting router advertisements unless specifically requested */

Formats disponibles : Unified diff