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.h | |
| 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.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index d6c41e0824..cc4c5d52f2 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. */ |
