diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-03-27 22:36:18 -0700 | 
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-18 03:31:33 -0700 | 
| commit | d05746d48d2999043bc072987750f7808b1c6ab9 (patch) | |
| tree | d39b6afb647451cf0aeedc3f06ba9eadd6346a84 /pimd/pim6_cmd.h | |
| parent | 60940ee26475e680d5672ea99eb4bd2bd65314ab (diff) | |
pim6d: Add 'debug_pimv6_packetdump_send_cmd' and 'debug_pimv6_packetdump_recv_cmd'
Implementing debug pimv6 packetdump send and recv coomands for debugging
of pimv6 packet sent and received which are dumped.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim6_cmd.h')
| -rw-r--r-- | pimd/pim6_cmd.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim6_cmd.h b/pimd/pim6_cmd.h index 7ace2bfeb6..b09cab870d 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -52,6 +52,9 @@  #define DEBUG_PIMV6_J_P_PACKETS_STR "PIMv6 Join/Prune protocol packets\n"  #define DEBUG_PIMV6_PIM_REG_PACKETS_STR                                        \  	"PIMv6 Register/Reg-Stop protocol packets\n" +#define DEBUG_PIMV6_PACKETDUMP_STR "PIMv6 packet dump\n" +#define DEBUG_PIMV6_PACKETDUMP_SEND_STR "Dump sent packets\n" +#define DEBUG_PIMV6_PACKETDUMP_RECV_STR "Dump received packets\n"  void pim_cmd_init(void);  | 
