keydone revision 7e9d7c58afaa1f10705de3697f9885b68a74a994
295N/ACopyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
295N/ASee COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
295N/A
295N/A$Id: keydone,v 1.2 2011/10/19 23:46:56 tbox Exp $
1068N/A
295N/A rndc keydone <rdata> zone [class [view]]
295N/A
919N/A e.g.
919N/A rndc keydone 0549E00001 example
919N/A
919N/A Last 4 characters need to be 0001 (00=no flags, 01=done)
919N/A First 2 characters (algorithm) not 00 (algorithm 0 which
919N/A is reserved, 00 => NSEC3PARAMETERS are encoded in the record)
919N/A All hexadecimal case insensitive. length 10.
919N/A Err: DNS_R_SYNTAX
919N/A
919N/A The control code will select the zone based on 'zone [class
919N/A [view]]'.
919N/A Err: DNS_R_NOTFOUND
919N/A
919N/A zone must be a master (signed inline == master) or normal
919N/A dynamic zone.
919N/A Err: DNS_R_NOTMASTER
919N/A
295N/A dns_zone_<something>(zone, text) which will send a event
295N/A to the zone so that the deletion gets run in the zone's
295N/A task. The event handler will delete the record, update the
295N/A SOA and write out the journal.
493N/A Err: ISC_R_NOMEMORY
295N/A
295N/A 'zone' can refer to a normal dynamic master zone or a inline
1068N/A zone.
295N/A
911N/A