diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-05-28 10:26:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-28 10:26:28 -0500 |
| commit | bda0241599246636bebde6143f20ccdec5290570 (patch) | |
| tree | e67f265032fd4fa91e2cfe00d00c233743c7dc31 /pimd/pim_cmd.h | |
| parent | f6fd430e44e5eb219e11091ff18b31ea871f2122 (diff) | |
| parent | 19de48b9814b1cda9968a5320545a4c6bbd31d10 (diff) | |
Merge pull request #4239 from sarav511/rp
pimd: PIM Bootstrap Message Processing
Diffstat (limited to 'pimd/pim_cmd.h')
| -rw-r--r-- | pimd/pim_cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd.h b/pimd/pim_cmd.h index 67d6e43c34..558f28231b 100644 --- a/pimd/pim_cmd.h +++ b/pimd/pim_cmd.h @@ -65,6 +65,8 @@ #define DEBUG_MSDP_INTERNAL_STR "MSDP protocol internal\n" #define DEBUG_MSDP_PACKETS_STR "MSDP protocol packets\n" #define DEBUG_MTRACE_STR "Mtrace protocol activity\n" +#define DEBUG_PIM_BSM_STR "BSR message processing activity\n" + void pim_cmd_init(void); |
