Actions
Bug #3945
closedBOOTP lease end status is mis-parsed
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
10/19/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
status_dhcp_leases.php shows the end of BOOTP leases as "tstp never", where it should just show the "never" and maybe add that it's BOOTP (which has no lease end).
Updated by Chris Buechler over 10 years ago
also after changing the display from UTC to local time, BOOTP entries show up as "1969/12/31 07:00:00PM"
Updated by Chris Buechler over 10 years ago
- Status changed from New to Confirmed
Updated by Viktor Gurov over 4 years ago
- Status changed from Confirmed to Resolved
no such issue on 2.4.5 and 2.5 snapshots
seems regexp improved
Example:
lease 192.168.1.19 { starts 5 2020/10/23 13:07:37; ends never; tstp never; cltt 5 2020/10/23 13:07:37; binding state active; next binding state free; rewind binding state free; dynamic-bootp; hardware ethernet 00:00:00:aa:bb:cc; }
WebGUI:
192.168.1.19 00:00:00:aa:bb:cc 2020/10/23 13:07:37 Never online active
Actions