From 6f606a88f3012a6552e78141bec2f758c8ec138b Mon Sep 17 00:00:00 2001 From: Sai Gomathi N Date: Mon, 26 Sep 2022 02:51:29 -0700 Subject: [PATCH] doc: Updated the document for mld debug commands Signed-off-by: Sai Gomathi N --- doc/user/pimv6.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst index 843734e217..b242f4fe17 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.