]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: added parameters to two PIM commands 2500/head
authorMladen Sablic <mladen.sablic@gmail.com>
Wed, 20 Jun 2018 09:48:15 +0000 (11:48 +0200)
committerMladen Sablic <mladen.sablic@gmail.com>
Wed, 20 Jun 2018 09:48:15 +0000 (11:48 +0200)
ip igmp join and mtrace have parameters which were missing from
the command spec.

Signed-off-by: Mladen Sablic <mladen.sablic@gmail.com>
doc/user/pim.rst

index 04bda5f236c14fcb9352ed336c4d714d6a2ebc36..feb77db1e154615802f19cbd70bd6a2e4c4b69ea 100644 (file)
@@ -189,8 +189,8 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
    Tell pim to receive IGMP reports and Query on this interface. The default
    version is v3. This command is useful on the LHR.
 
-.. index:: ip igmp join
-.. clicmd:: ip igmp join
+.. index:: ip igmp join A.B.C.D A.B.C.D
+.. clicmd:: ip igmp join A.B.C.D A.B.C.D
 
    Join multicast source-group on an interface.
 
@@ -404,10 +404,10 @@ cause great confusion.
 
    Display the multicast RIB created in zebra.
 
-.. index:: mtrace
-.. clicmd:: mtrace
+.. index:: mtrace A.B.C.D [A.B.C.D]
+.. clicmd:: mtrace A.B.C.D [A.B.C.D]
 
-   Display multicast traceroute towards source.
+   Display multicast traceroute towards source, optionally for particular group.
 
 PIM Debug Commands
 ==================