mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
30 lines
469 B
JSON
30 lines
469 B
JSON
{
|
|
"daemon": {
|
|
"enable": "1",
|
|
"service_name": "dhcpmngr",
|
|
"unified_daemon": false,
|
|
"services": [
|
|
{
|
|
"parent_dm": "Device.",
|
|
"object": "DHCPv4"
|
|
},
|
|
{
|
|
"parent_dm": "Device.",
|
|
"object": "DHCPv6"
|
|
}
|
|
],
|
|
"config": {
|
|
"loglevel": "3"
|
|
},
|
|
"apply_handler": {
|
|
"uci": [
|
|
{
|
|
"file": [
|
|
"network",
|
|
"dhcp"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|