summaryrefslogtreecommitdiffstats
path: root/doc/user/pimv6.rst
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2022-09-26 11:51:29 +0200
committerSai Gomathi N <nsaigomathi@vmware.com>2022-09-26 14:16:50 +0200
commit6f606a88f3012a6552e78141bec2f758c8ec138b (patch)
tree780e2e68c8c734f88a2a4dc373000efbbda838b6 /doc/user/pimv6.rst
parentpimd,pim6d: Change the show running commands based on address family (diff)
downloadfrr-6f606a88f3012a6552e78141bec2f758c8ec138b.tar.xz
frr-6f606a88f3012a6552e78141bec2f758c8ec138b.zip
doc: Updated the document for mld debug commands
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to '')
-rw-r--r--doc/user/pimv6.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst
index 843734e21..b242f4fe1 100644
--- a/doc/user/pimv6.rst
+++ b/doc/user/pimv6.rst
@@ -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.