diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-18 11:24:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-18 11:24:10 -0400 |
| commit | 2e4c561bf8d4b07c519fa01fdf2876d624c3c95e (patch) | |
| tree | ce0a4d89e696088bfcdd66b2799ef0c305b0e45c /lib/command.c | |
| parent | 77a0e71afc05df8f8586fec72d8c6ffce447afd2 (diff) | |
| parent | e3ab8170bdd70fd9511bdeafc2ba788a789050e1 (diff) | |
Merge pull request #4300 from adharkar/frr-master-rmap_debug
Lib: Debugs for route-map code in FRR
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 0e16f30a8a..eb7ee52336 100644 --- a/lib/command.c +++ b/lib/command.c @@ -84,6 +84,7 @@ const char *node_names[] = { "vrf debug", // VRF_DEBUG_NODE, "northbound debug", // NORTHBOUND_DEBUG_NODE, "vnc debug", // DEBUG_VNC_NODE, + "route-map debug", /* RMAP_DEBUG_NODE */ "aaa", // AAA_NODE, "keychain", // KEYCHAIN_NODE, "keychain key", // KEYCHAIN_KEY_NODE, |
