You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to existing pfSense functionality that is missing from the API? Please describe.
A URL or documentation about the requested functionality. Ex. /firewall_rule.php [...]
/services_dhcp.php?if=opt1
When you GET the DHCP these fields are return but it doesn't appear that they can be set when creating/updating DHCP services:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently unable to set these options using the API
Describe the solution you'd like
A clear and concise description of what you want to happen.
Implement these fields when creating/updating DHCP services.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
After using the API to create the service I must use the pfSense interface (/services_dhcp.php?if=opt1) to set them and restart DHCP.
Additional context
Add any other context or screenshots about the feature request here.
Great work on this! Very helpful.
The text was updated successfully, but these errors were encountered:
These features have been implemented on the v1.4.0 (#172) branch and are live on the v1.4.0beta_4 build that is posted on that pull request. Feel free to try it out. We are likely 1-2 months away from v1.4.0 being released as a production release.
Both the Lease times and other DHCP options seem to work great. I've tested mostly with stings for the DHCP options. "item": [ { "number": "66", "type": "string", "value": "\"https://boot.myserver.com/boot/\"" } ] }
Would it be possible to add the NTP servers too? "ntpserver": [ "0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org" ]
Is your feature request related to existing pfSense functionality that is missing from the API? Please describe.
A URL or documentation about the requested functionality. Ex. /firewall_rule.php [...]
/services_dhcp.php?if=opt1
When you GET the DHCP these fields are return but it doesn't appear that they can be set when creating/updating DHCP services:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently unable to set these options using the API
Describe the solution you'd like
A clear and concise description of what you want to happen.
Implement these fields when creating/updating DHCP services.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
After using the API to create the service I must use the pfSense interface (/services_dhcp.php?if=opt1) to set them and restart DHCP.
Additional context
Add any other context or screenshots about the feature request here.
Great work on this! Very helpful.
The text was updated successfully, but these errors were encountered: