Feature #7304
DHCP: Enable OMAPI Config
Start date:
02/23/2017
Due date:
% Done:
100%
Estimated time:
Release Notes:
Default
Description
There's currently no method to configure DHCP OMAPI settings other than modifying dhcpd.conf directly.
Associated revisions
History
#1
Updated by Jim Pingle over 1 year ago
- Category set to DHCP (IPv4)
- Target version set to 2.5.0
#2
Updated by Jim Pingle over 1 year ago
- Status changed from New to Pull Request Review
#3
Updated by Renato Botelho over 1 year ago
- Assignee set to Renato Botelho
#4
Updated by Anonymous over 1 year ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 6df105827279df3ef573b65ca879f43be0d1bdf8.
#5
Updated by Steve Beaver 6 months ago
- Status changed from Feedback to Resolved
Fix #7304: Add OMAPI to the DHCP Server settings
Supports setting a port and setting or generating a key. Service is
enabled when settings are defined. Validation logic added on save to
verify port is valid and not in use as well as that a key is defined or
being generated. If validation fails, used is presented with descriptive
error message.
Also updated the write_settings call on the DHCP server page. No
arguments were being passed so changes came up as unkown on config
history screen. Config history will now reflect UI section and interface
where change was made.
Obtained from: https://github.com/pfsense/pfsense/pull/4077