32 #include "cmdhandler.h"
38 #include "clientpipe.h"
50 " --zone <zone> aka -z\n"
51 " --keytag <keytag> | --cka_id <CKA_ID> aka -x | -k\n"
61 "Issue a ds-submit to the enforcer for a KSK.\n"
62 "(This command with no parameters lists eligible keys.)\n"
64 "zone name of the zone\n"
65 "keytag|cka_id specify the key tag or the locator of the key\n\n");
69 run(
int sockfd, cmdhandler_ctx_type* context,
const char *cmd)
87 "key ds-submit", &usage, &help, NULL, &run
void enforce_task_flush_all(engine_type *engine, db_connection_t *dbconn)
db_connection_t * getconnectioncontext(cmdhandler_ctx_type *context)
engine_type * getglobalcontext(cmdhandler_ctx_type *context)
@ KEY_DATA_DS_AT_PARENT_SUBMITTED
@ KEY_DATA_DS_AT_PARENT_SUBMIT
int run_ds_cmd(int sockfd, const char *cmd, db_connection_t *dbconn, key_data_ds_at_parent_t state_from, key_data_ds_at_parent_t state_to, engine_type *engine)
struct cmd_func_block key_ds_submit_funcblock