From: Mladen Sablic Date: Wed, 20 Jun 2018 09:48:15 +0000 (+0200) Subject: doc: added parameters to two PIM commands X-Git-Tag: frr-6.1-dev~286^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F2500%2Fhead;p=mirror%2Ffrr.git doc: added parameters to two PIM commands ip igmp join and mtrace have parameters which were missing from the command spec. Signed-off-by: Mladen Sablic --- diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 04bda5f236..feb77db1e1 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -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 ==================