diff options
Diffstat (limited to '')
-rw-r--r-- | doc/user/pimv6.rst | 16 |
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. |