Project

General

Profile

Actions

Bug #3945

closed

BOOTP lease end status is mis-parsed

Added by Chris Buechler over 9 years ago. Updated over 3 years ago.

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).

Actions #1

Updated by Chris Buechler over 9 years ago

also after changing the display from UTC to local time, BOOTP entries show up as "1969/12/31 07:00:00PM"

Actions #2

Updated by Chris Buechler over 9 years ago

  • Status changed from New to Confirmed
Actions #3

Updated by Viktor Gurov over 3 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

Also available in: Atom PDF