diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-16 13:47:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 13:47:41 +0100 |
commit | 4e29b89aba2e5ce56f1736443653ab4d677f3173 (patch) | |
tree | 30a8a46c115e48e7c662a047ce04ceb84fb33356 /doc | |
parent | Merge pull request #5523 from donaldsharp/mlag_single_compile (diff) | |
parent | pimd: Add command to join any-source multicast. (diff) | |
download | frr-4e29b89aba2e5ce56f1736443653ab4d677f3173.tar.xz frr-4e29b89aba2e5ce56f1736443653ab4d677f3173.zip |
Merge pull request #5427 from liam-mcb/igmp-join-any
pimd: Add command to join any-source multicast.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pim.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 1e2b697d1..9267095b3 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -211,10 +211,10 @@ 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 a LHR. -.. index:: ip igmp join A.B.C.D A.B.C.D -.. clicmd:: ip igmp join A.B.C.D A.B.C.D +.. 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. + Join multicast group or source-group on an interface. .. index:: ip igmp query-interval (1-1800) .. clicmd:: ip igmp query-interval (1-1800) |