]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Fix up pim user docs.
authorNathan Bahr <nbahr@atcorp.com>
Mon, 12 Aug 2024 16:00:06 +0000 (16:00 +0000)
committerNathan Bahr <nbahr@atcorp.com>
Mon, 12 Aug 2024 18:48:02 +0000 (18:48 +0000)
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
doc/user/pim.rst

index d8e52f471e88b375a696b100e6a4b2a5f3391ba5..1740828f263e1a940f8ed740d5aae0f8834d9b54 100644 (file)
@@ -59,6 +59,7 @@ PIM Routers
 -----------
 
 .. clicmd:: router pim [vrf NAME]
+
    Configure global PIM protocol
 
 .. clicmd:: rp A.B.C.D A.B.C.D/M
@@ -159,6 +160,9 @@ PIM Routers
 Global Multicast
 ----------------
 
+These commands are valid at the top-level of the configuration (or also per
+vrf where indicated), instead of under the 'router pim' submode.
+
 .. clicmd:: ip multicast rpf-lookup-mode WORD
 
    Modify how PIM does RPF lookups in the zebra routing table.  You can use
@@ -343,10 +347,13 @@ MSDP can be setup in different ways:
 .. note::
 
    MSDP default peer is not implemented.
-   MSDP configuration is available under 'router pim'
 
+Commands available for MSDP
+---------------------------
+
+.. note::
 
-Commands available for MSDP:
+   MSDP configuration is available under 'router pim'.
 
 .. clicmd:: msdp timers (1-65535) (1-65535) [(1-65535)]
 
@@ -415,15 +422,9 @@ cause great confusion.
 
 .. clicmd:: show ip igmp [vrf NAME] join [json]
 
-   Display IGMP static join information for a specific vrf.
-   
-.. index:: show ip igmp [vrf NAME$vrf_name] groups [INTERFACE$ifname [GROUP$grp_str]] [detail] [json$json]
-.. clicmd:: show ip igmp [vrf NAME$vrf_name] groups [INTERFACE$ifname [GROUP$grp_str]] [detail] [json$json]
-
-   Display IGMP static join information for all the vrfs present.
+   Display IGMP static join information.
 
-.. index:: show ip igmp vrf all groups [GROUP$grp_str] [detail$detail] [json$json]
-.. clicmd:: show ip igmp vrf all groups [GROUP$grp_str] [detail$detail] [json$json]
+.. clicmd:: show ip igmp [vrf NAME] groups [INTERFACE [GROUP]] [detail] [json]
 
    Display IGMP groups information.
 
@@ -788,4 +789,3 @@ Sample configuration
    interface eth0
     ip pim ssm
     ip igmp
-