diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-21 09:41:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 09:41:22 +0300 |
| commit | 8e9729cc72cf79c08327e7dc56e6d39a1d8fb86f (patch) | |
| tree | 395df3fe723840b6a088da8c243f44f65724b136 /pimd/pim6_cmd.h | |
| parent | cd5649848dbeb52d615cf31a75b035c3003c9d2a (diff) | |
| parent | 44374226d82662e7bc503dc2aedd8fa593fe1a91 (diff) | |
Merge pull request #11600 from patrasar/pimv6_bsm_clis
pim6d: BSM CLIs implementation
Diffstat (limited to 'pimd/pim6_cmd.h')
| -rw-r--r-- | pimd/pim6_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim6_cmd.h b/pimd/pim6_cmd.h index c45c998453..d9ff2ca70b 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -58,6 +58,7 @@ #define DEBUG_PIMV6_TRACE_STR "PIMv6 internal daemon activity\n" #define DEBUG_PIMV6_ZEBRA_STR "ZEBRA protocol activity\n" #define DEBUG_MROUTE6_STR "PIMv6 interaction with kernel MFC cache\n" +#define DEBUG_PIMV6_BSM_STR "BSR message processing activity\n" void pim_cmd_init(void); |
