Project

General

Profile

Actions

Bug #3945

closed
CB

BOOTP lease end status is mis-parsed

Bug #3945: BOOTP lease end status is mis-parsed

Added by Chris Buechler almost 12 years ago. Updated almost 6 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).

CB Updated by Chris Buechler almost 12 years ago Actions #1

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

CB Updated by Chris Buechler almost 12 years ago Actions #2

  • Status changed from New to Confirmed

VG Updated by Viktor Gurov almost 6 years ago Actions #3

  • 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