|
@@ -856,8 +856,6 @@ checkZoneConfig(ConstElementPtr config, ElementPtr errors) {
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|
|
-} // end anonymous namespace
|
|
|
|
-
|
|
|
|
bool
|
|
bool
|
|
checkConfig(ConstElementPtr config, ElementPtr errors) {
|
|
checkConfig(ConstElementPtr config, ElementPtr errors) {
|
|
/* Specific configuration is under discussion, right now this accepts
|
|
/* Specific configuration is under discussion, right now this accepts
|
|
@@ -924,6 +922,8 @@ checkConfig(ConstElementPtr config, ElementPtr errors) {
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+} // end anonymous namespace
|
|
|
|
+
|
|
DataSourceClient *
|
|
DataSourceClient *
|
|
createInstance(isc::data::ConstElementPtr config) {
|
|
createInstance(isc::data::ConstElementPtr config) {
|
|
ElementPtr errors(Element::createList());
|
|
ElementPtr errors(Element::createList());
|