From e3ab8170bdd70fd9511bdeafc2ba788a789050e1 Mon Sep 17 00:00:00 2001 From: Ameya Dharkar Date: Thu, 9 May 2019 15:34:52 -0700 Subject: Lib: Debugs for route-map code in FRR Added a CLI "debug route-map" to enble route-map debugs Added debugs for following triggers 1. Add/delete a route-map 2. Add/delete a sequence in route-map 3. Add/delete a match statement(dependency) 4. Update a dependency 5. Apply a route-map Signed-off-by: Ameya Dharkar --- 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 e5e0623163..78bfcbb189 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, -- cgit v1.2.3