diff options
| author | David Lamparter <equinox@diac24.net> | 2019-05-23 12:23:02 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-07-03 17:15:34 +0200 |
| commit | fe9e7b71cf0930db1f8d6872f415466689511885 (patch) | |
| tree | 42bb1f347ea8f9fbf93874f977dc57b7135307e1 /lib/command.c | |
| parent | 611349b99f64a9e39e9889a46ca3dde60f68484e (diff) | |
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 <equinox@opensourcerouting.org>
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, |
