Actions
Bug #273
closedDHCP Configuration Screen Problem
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/04/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
In DHCP config screen, add an "Additional DHCP" numbered option, then delete it so you have no more numbered options left. From this point forward any changes to DHCP will generate a php error on an unset on line 312.
diff below:
- diff services_dhcp.php services_dhcp.php.sav
312,313c312
< if ( isset($config['dhcpd'][$if]['numberoptions']['item']))
< unset($config['dhcpd'][$if]['numberoptions']['item']);
---
unset($config['dhcpd'][$if]['numberoptions']['item']);
Files
Updated by mike wixon almost 16 years ago
- File dhcpconfig.diff dhcpconfig.diff added
Sorry, I fat fingered the diff. The correct one is attached.
Actions