From fe9e7b71cf0930db1f8d6872f415466689511885 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 23 May 2019 12:23:02 +0200 Subject: lib: split off c-ares code from nhrpd This is useful in other places too, e.g. for BMP outbound connections. Signed-off-by: David Lamparter --- lib/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.c') 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, -- cgit v1.2.3