Project

General

Profile

« Previous | Next » 

Revision ae17d2e9

Added by Ermal LUÇI about 13 years ago

Actually do not try to reload everything during bootup since it will be done by bootup code

View differences:

etc/inc/interfaces.inc
925 925
	
926 926
	/* This is needed to speedup interfaces on bootup. */
927 927
	$reload = false;
928
	if ($g['booting'])
928
	if (!$g['booting'])
929 929
		$reload = true;
930 930

  
931 931
	foreach($iflist as $if => $ifname) {

Also available in: Unified diff