|
@@ -118,9 +118,10 @@ class UpdateSession:
|
|
if zone_type == isc.ddns.zone_config.ZONE_PRIMARY:
|
|
if zone_type == isc.ddns.zone_config.ZONE_PRIMARY:
|
|
return datasrc_client, zname, zclass
|
|
return datasrc_client, zname, zclass
|
|
elif zone_type == isc.ddns.zone_config.ZONE_SECONDARY:
|
|
elif zone_type == isc.ddns.zone_config.ZONE_SECONDARY:
|
|
-
|
|
+
|
|
|
|
+
|
|
raise UpdateError('Update forwarding not supported',
|
|
raise UpdateError('Update forwarding not supported',
|
|
- zname, zclass, Rcode.REFUSED())
|
|
+ zname, zclass, Rcode.NOTIMP())
|
|
|
|
|
|
raise UpdateError('not authoritative for update zone',
|
|
raise UpdateError('not authoritative for update zone',
|
|
zname, zclass, Rcode.NOTAUTH())
|
|
zname, zclass, Rcode.NOTAUTH())
|