This commit is contained in:
Ad Schellevis 2023-11-26 11:01:32 +01:00
parent e1682cc306
commit 7f6ac2ae6c

View File

@ -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;
}