mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Services: Kea DHCP [new]: Kea DHCPv4 - omit comma when control agent is disabled. should fix https://github.com/opnsense/core/issues/7183
This commit is contained in:
parent
5667764034
commit
4a5193900c
@ -59,9 +59,9 @@
|
||||
]
|
||||
}{% if not loop.last %},{% endif +%}
|
||||
{% endfor %}
|
||||
],
|
||||
]
|
||||
{% if not helpers.empty('OPNsense.Kea.ctrl_agent.general.enabled') %}
|
||||
"hooks-libraries": [
|
||||
,"hooks-libraries": [
|
||||
{
|
||||
"library": "/usr/local/lib/kea/hooks/libdhcp_lease_cmds.so",
|
||||
"parameters": { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user