doc: Updated the document for mld debug commands

Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
This commit is contained in:
Sai Gomathi N 2022-09-26 02:51:29 -07:00
parent a25597611d
commit 6f606a88f3

View File

@ -416,6 +416,10 @@ configure CLI mode. If you specify debug commands in the configuration cli
mode, the debug commands can be persistent across restarts of the FRR pim6d if
the config was written out.
.. clicmd:: debug mld
This turns on debugging for MLD protocol activity.
.. clicmd:: debug pimv6 events
This turns on debugging for PIMv6 system events. Especially timers.
@ -456,3 +460,15 @@ the config was written out.
.. clicmd:: debug mroute6 detail
This turns on detailed debugging for PIMv6 interaction with kernel MFC cache.
.. clicmd:: debug mld events
This turns on debugging for MLD system events.
.. clicmd:: debug mld packets
This turns on information about MLD protocol packets handling.
.. clicmd:: debug mld trace [detail]
This traces mld code and how it is running.