diff options
| author | Ameya Dharkar <adharkar@vmware.com> | 2019-05-09 15:34:52 -0700 |
|---|---|---|
| committer | Ameya Dharkar <adharkar@vmware.com> | 2019-06-11 16:17:15 -0700 |
| commit | e3ab8170bdd70fd9511bdeafc2ba788a789050e1 (patch) | |
| tree | fc5f7aa52618db7872055ec60899f72ab951eea0 /lib/command.c | |
| parent | afbdfbb69bcf1d50cc07e59e91829866d766618f (diff) | |
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.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 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, |
