diff options
author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-03-24 09:41:15 +0100 |
---|---|---|
committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-18 06:43:13 +0200 |
commit | bf385e265377df24932d72bae2ef448b6f48e175 (patch) | |
tree | 8e6fbbf485d36ca8585ea82b9a61c6338c5c1dc5 /pimd/pim6_cmd.h | |
parent | Merge pull request #11037 from SaiGomathiN/clearcli (diff) | |
download | frr-bf385e265377df24932d72bae2ef448b6f48e175.tar.xz frr-bf385e265377df24932d72bae2ef448b6f48e175.zip |
pim6d: Add 'debug pimv6'
Implementing debug pimv6 command for PIMv6 protocol activity.
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 b7804c0db..73c1112f2 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -45,6 +45,7 @@ #define DEBUG_MLD_PACKETS_STR "MLD protocol packets\n" #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" void pim_cmd_init(void); |