diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-03-24 01:41:15 -0700 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-17 21:43:13 -0700 |
| commit | bf385e265377df24932d72bae2ef448b6f48e175 (patch) | |
| tree | 8e6fbbf485d36ca8585ea82b9a61c6338c5c1dc5 /pimd/pim6_cmd.h | |
| parent | 44937c5450320eb119f9a4ea0c9bd32600d8e007 (diff) | |
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 b7804c0db2..73c1112f2b 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); |
