Anonymous | Login | 2024-11-21 05:24 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0003791 | ClearOS | app-dhcp - DHCP Server | public | 2015-07-20 07:52 | 2015-07-31 13:50 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | tweak | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.1.0 RC1 | ||||||||
Target Version | 7.1.0 RC1 | Fixed in Version | 7.1.0 RC1 | ||||||
Summary | 0003791: Minimum 12 hour lease time not always ideal | ||||||||
Description | Some users would like short least times (eg. guest networks) of down to 1 hr. Options should be expanded with some lower lease times. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001721) bchambers (administrator) 2015-07-20 07:55 |
Temporary 'hack' for v6 users. Edit: /usr/clearos/apps/dhcp/controllers/subnets.php and find the following lines: $data['lease_times'] = array(); $data['lease_times'][12] = 12 . " " . lang('base_hours'); $data['lease_times'][24] = 24 . " " . lang('base_hours'); Modify this file with editor like 'nano' or 'vi' as follows: $data['lease_times'] = array(); $data['lease_times'][1] = 1 . " " . lang('base_hour'); $data['lease_times'][2] = 2 . " " . lang('base_hours'); $data['lease_times'][4] = 4 . " " . lang('base_hours'); $data['lease_times'][6] = 6 . " " . lang('base_hours'); $data['lease_times'][12] = 12 . " " . lang('base_hours'); $data['lease_times'][24] = 24 . " " . lang('base_hours'); |
Issue History | |||
Date Modified | Username | Field | Change |
2015-07-20 07:52 | bchambers | New Issue | |
2015-07-20 07:52 | bchambers | Status | new => assigned |
2015-07-20 07:52 | bchambers | Assigned To | => bchambers |
2015-07-20 07:55 | bchambers | Note Added: 0001721 | |
2015-07-20 08:15 | bchambers | Status | assigned => acknowledged |
2015-07-20 08:15 | bchambers | Status | acknowledged => confirmed |
2015-07-20 08:15 | bchambers | Status | confirmed => resolved |
2015-07-20 08:15 | bchambers | Fixed in Version | => 7.1.0 RC1 |
2015-07-20 08:15 | bchambers | Resolution | open => fixed |
2015-07-31 13:50 | user2 | Status | resolved => closed |