Project

General

Profile

Actions

Feature #14249

open

Pre-set search string for DHCP leases when following shortcut link from DHCP configuration

Added by Sergei Shablovsky about 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
DHCP (IPv4)
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Default

Description

Hi pfSense DevTeam!

When configuring DHCP Server in WebGUI, pressing on “Show DHCP Leases” logically may cause to redirection on DHCP Leases WebGUI page with filtered IP’s exactly for this interface.

This is logically, because when I doing some settings, or edit IP address range, or add/edit/delete some Additional Pool , add/delete/edit DHCP Static Mappings, or other settings, and restart (or w/o restart) DHCP Server, - in all of this cases I NEED TO SEE RESULTS.

And easiest way to see results of changes,- only in DHCP Leases table.

Reasonable?


Files

Actions #1

Updated by Jim Pingle about 1 year ago

  • Subject changed from Show leased to Pre-set search string for DHCP leases when following shortcut link from DHCP configuration
  • Category changed from Web Interface to DHCP (IPv4)

Your description isn't very clear on what you are asking for. I can only assume you're asking that if you follow a link from the shortcut that it should be filtered to only show results from that interface?

As I mentioned recently on #14197 considering the interface when loading the leases database isn't viable because that data is not in the lease database and calculating it would be prohibitively expensive/slow on an already slow operation.

Trying to pre-set the search parameters based on the interface might work but it would have to consider all configured pools on the interface, not just the main range. The search interface on that page is handled client side in JavaScript, and though it supports regex patterns, trying to form a pattern for all pools and pre-set it in the field could get tricky.

Not impossible, but not something easy enough to make a priority any time soon. If someone wants to submit a PR for it, we could consider it so long as it's a complete solution and not just using the main range as a shortcut.

Actions

Also available in: Atom PDF