diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-07-03 16:49:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 16:49:19 -0400 |
| commit | c682502cd723f0f6f8a0f64607bc35f736b4e635 (patch) | |
| tree | c4e8948a1ce5359648a3e8119854691ccb9e3896 /lib/command.c | |
| parent | b08c7022d89f26ee2eaf5c761795c3e10da1e597 (diff) | |
| parent | 50cdb6cf95c5fc7df40e4a7328eb1fc7fcff4a9c (diff) | |
Merge pull request #4639 from opensourcerouting/c-ares-lib
make c-ares DNS resolver available as lib
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index f257c7d0f9..c8fbf22721 100644 --- a/lib/command.c +++ b/lib/command.c @@ -85,6 +85,7 @@ const char *node_names[] = { "northbound debug", // NORTHBOUND_DEBUG_NODE, "vnc debug", // DEBUG_VNC_NODE, "route-map debug", /* RMAP_DEBUG_NODE */ + "resolver debug", /* RESOLVER_DEBUG_NODE */ "aaa", // AAA_NODE, "keychain", // KEYCHAIN_NODE, "keychain key", // KEYCHAIN_KEY_NODE, |
