summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorAmeya Dharkar <adharkar@vmware.com>2019-05-10 00:34:52 +0200
committerAmeya Dharkar <adharkar@vmware.com>2019-06-12 01:17:15 +0200
commite3ab8170bdd70fd9511bdeafc2ba788a789050e1 (patch)
treefc5f7aa52618db7872055ec60899f72ab951eea0 /lib/command.h
parentMerge pull request #4498 from ak503/ldpd (diff)
downloadfrr-e3ab8170bdd70fd9511bdeafc2ba788a789050e1.tar.xz
frr-e3ab8170bdd70fd9511bdeafc2ba788a789050e1.zip
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 <adharkar@vmware.com>
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index d6c41e082..cc4c5d52f 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -94,6 +94,7 @@ enum node_type {
VRF_DEBUG_NODE, /* Vrf Debug node. */
NORTHBOUND_DEBUG_NODE, /* Northbound Debug node. */
DEBUG_VNC_NODE, /* Debug VNC node. */
+ RMAP_DEBUG_NODE, /* Route-map debug node */
AAA_NODE, /* AAA node. */
KEYCHAIN_NODE, /* Key-chain node. */
KEYCHAIN_KEY_NODE, /* Key-chain key node. */