mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
KEA DHCP - add xmlrpc sync for https://github.com/opnsense/core/issues/6971
This commit is contained in:
parent
e1682cc306
commit
7f6ac2ae6c
@ -52,3 +52,18 @@ function kea_syslog()
|
||||
$logfacilities['kea'] = ['facility' => ['kea-dhcp4', 'kea-dhcp6', 'kea-ctrl-agent']];
|
||||
return $logfacilities;
|
||||
}
|
||||
|
||||
|
||||
function kea_xmlrpc_sync()
|
||||
{
|
||||
$result = [];
|
||||
|
||||
$result[] = [
|
||||
'description' => gettext('Kea DHCP'),
|
||||
'section' => 'OPNsense.Kea',
|
||||
'id' => 'kea',
|
||||
'services' => ["kea-dhcpv4"],
|
||||
];
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user