Skip to content
Snippets Groups Projects
Commit e1f80f24 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

remote: replace CNAME with NS in comments

parent 8f4b9a7d
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ struct remote_cmd remote_cmd_tbl[] = { ...@@ -131,7 +131,7 @@ struct remote_cmd remote_cmd_tbl[] = {
/* Private APIs. */ /* Private APIs. */
/*! \brief Apply callback to all zones specified by RDATA of CNAME RRs. */ /*! \brief Apply callback to all zones specified by RDATA of NS RRs. */
static int remote_rdata_apply(server_t *s, remote_cmdargs_t* a, remote_zonef_t *cb) static int remote_rdata_apply(server_t *s, remote_cmdargs_t* a, remote_zonef_t *cb)
{ {
if (!s || !a || !cb) { if (!s || !a || !cb) {
...@@ -247,7 +247,7 @@ static int remote_c_stop(server_t *s, remote_cmdargs_t* a) ...@@ -247,7 +247,7 @@ static int remote_c_stop(server_t *s, remote_cmdargs_t* a)
* *
* QNAME: reload * QNAME: reload
* DATA: NONE for all zones * DATA: NONE for all zones
* CNAME RRs with zones in RDATA * NS RRs with zones in RDATA
*/ */
static int remote_c_reload(server_t *s, remote_cmdargs_t* a) static int remote_c_reload(server_t *s, remote_cmdargs_t* a)
{ {
...@@ -368,7 +368,7 @@ static int remote_zonestatus(zone_t *zone, remote_cmdargs_t *a) ...@@ -368,7 +368,7 @@ static int remote_zonestatus(zone_t *zone, remote_cmdargs_t *a)
* *
* QNAME: zonestatus * QNAME: zonestatus
* DATA: NONE for all zones * DATA: NONE for all zones
* CNAME RRs with zones in RDATA * NS RRs with zones in RDATA
*/ */
static int remote_c_zonestatus(server_t *s, remote_cmdargs_t* a) static int remote_c_zonestatus(server_t *s, remote_cmdargs_t* a)
{ {
...@@ -390,7 +390,7 @@ static int remote_c_zonestatus(server_t *s, remote_cmdargs_t* a) ...@@ -390,7 +390,7 @@ static int remote_c_zonestatus(server_t *s, remote_cmdargs_t* a)
* *
* QNAME: refresh * QNAME: refresh
* DATA: NONE for all zones * DATA: NONE for all zones
* CNAME RRs with zones in RDATA * NS RRs with zones in RDATA
*/ */
static int remote_c_refresh(server_t *s, remote_cmdargs_t* a) static int remote_c_refresh(server_t *s, remote_cmdargs_t* a)
{ {
...@@ -413,7 +413,7 @@ static int remote_c_refresh(server_t *s, remote_cmdargs_t* a) ...@@ -413,7 +413,7 @@ static int remote_c_refresh(server_t *s, remote_cmdargs_t* a)
* \brief Remote command 'retransfer' handler. * \brief Remote command 'retransfer' handler.
* *
* QNAME: retransfer * QNAME: retransfer
* DATA: CNAME RRs with zones in RDATA * DATA: NS RRs with zones in RDATA
*/ */
static int remote_c_retransfer(server_t *s, remote_cmdargs_t* a) static int remote_c_retransfer(server_t *s, remote_cmdargs_t* a)
{ {
...@@ -437,7 +437,7 @@ static int remote_c_retransfer(server_t *s, remote_cmdargs_t* a) ...@@ -437,7 +437,7 @@ static int remote_c_retransfer(server_t *s, remote_cmdargs_t* a)
* *
* QNAME: flush * QNAME: flush
* DATA: NONE for all zones * DATA: NONE for all zones
* CNAME RRs with zones in RDATA * NS RRs with zones in RDATA
*/ */
static int remote_c_flush(server_t *s, remote_cmdargs_t* a) static int remote_c_flush(server_t *s, remote_cmdargs_t* a)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment