diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-03-27 23:44:08 -0700 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-18 03:31:33 -0700 |
| commit | fa5138d676c1902371c6b037efd2bdc2949d41b9 (patch) | |
| tree | 2dfb1779223890f5ed63508a49f2577b22fe5cd6 /pimd/pim6_cmd.h | |
| parent | 904dbf531023952715bf861844b458907b1d547f (diff) | |
pim6d: Add 'debug pimv6 zebra'
Implementing debug pimv6 zebra command for debugging about
the events from zebra that come up through the ZAPI.
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 1615bc01be..8fb82d9f26 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -56,6 +56,7 @@ #define DEBUG_PIMV6_PACKETDUMP_SEND_STR "Dump sent packets\n" #define DEBUG_PIMV6_PACKETDUMP_RECV_STR "Dump received packets\n" #define DEBUG_PIMV6_TRACE_STR "PIMv6 internal daemon activity\n" +#define DEBUG_PIMV6_ZEBRA_STR "ZEBRA protocol activity\n" void pim_cmd_init(void); |
