diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-03-24 02:09:54 -0700 | 
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-18 03:31:33 -0700 | 
| commit | c51c7de263c0931004f31fa39a2e25237d318eac (patch) | |
| tree | 3730f93053529b67a65a3cbfd379d3a226f587dc /pimd/pim6_cmd.h | |
| parent | dcfd5abed7df042d3c5ceac6e974d4ee36cfcd0e (diff) | |
pim6d: Add 'debug pimv6 events'
Implementing debug pimv6 events command for debugging PIMv6 system events.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
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 73c1112f2b..719ad7663c 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -46,6 +46,7 @@  #define DEBUG_MLD_TRACE_STR "MLD internal daemon activity\n"  #define CONF_SSMPINGD_STR "Enable ssmpingd operation\n"  #define DEBUG_PIMV6_STR "PIMv6 protocol activity\n" +#define DEBUG_PIMV6_EVENTS_STR "PIMv6 protocol events\n"  void pim_cmd_init(void);  | 
