2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

Start more components when running ixfr tests

This commit is contained in:
Mukund Sivaraman
2012-04-02 16:58:12 +05:30
parent b303b434d9
commit 034bc4e02e

View File

@@ -19,5 +19,15 @@
"name": "example.",
"class": "IN"
}]
},
"Boss": {
"components": {
"b10-auth": {"kind": "needed", "special": "auth" },
"b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
"b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
"b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
"b10-stats": { "address": "Stats", "kind": "dispensable" },
"b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
}
}
}