Project

General

Profile

« Previous | Next » 

Revision 85936586

Added by Charlie about 14 years ago

Enable accidentally commented out dhclient command for ipv4

View differences:

etc/inc/interfaces.inc
2899 2899
	/* fire up dhcp6c for IPv6 first, this backgrounds immediately */
2900 2900
	mwexec("/usr/local/sbin/dhcp6c -c {$g['varetc_path']}/dhcp6c_{$interface}.conf {$wanif}");
2901 2901
	/* fire up dhclient */
2902
	// mwexec("/sbin/dhclient -c {$g['varetc_path']}/dhclient_{$interface}.conf {$wanif} > {$g['tmp_path']}/{$wanif}_output > {$g['tmp_path']}/{$wanif}_error_output");
2902
	mwexec("/sbin/dhclient -c {$g['varetc_path']}/dhclient_{$interface}.conf {$wanif} > {$g['tmp_path']}/{$wanif}_output > {$g['tmp_path']}/{$wanif}_error_output");
2903 2903

  
2904 2904
	return 0;
2905 2905
}

Also available in: Unified diff