Actions
Feature #8879
openDHCP options ADD force options
Start date:
09/07/2018
Due date:
% Done:
0%
Estimated time:
1.00 h
Plus Target Version:
Release Notes:
Description
DHCP server offer the possiblilty to add DHCP options.
Maybe add for options the possibility to force the options (with a checkbox).
exemple on dnsmasq conf : --dhcp-option-force=208,f1:00:74:7e INSTEADOF --dhcp-option=208,f1:00:74:7e
Updated by Jim Pingle about 6 years ago
- Category set to DHCP (IPv4)
- Priority changed from Urgent to Very Low
- Target version set to Future
pfSense uses ISC DHCPD for DHCP, not dnsmasq. ISC DHCPD doesn't have a way to force an option in quite that same manner. It's still possible, but it would require a bit more work to have it merge the requested options with "forced" options.
Actions