diff options
author | Liam McBirnie <mcbirnie.l@gmail.com> | 2019-12-05 21:57:50 +0100 |
---|---|---|
committer | Liam McBirnie <liam.mcbirnie@rheinmetall.com> | 2019-12-12 13:09:46 +0100 |
commit | 771ce8ad240b0c620e6cf46a7841fe2b757f9b43 (patch) | |
tree | 21bddb6be208123bb2237da10761bead01b18484 /doc | |
parent | Merge pull request #5312 from chiragshah6/evpn_dev2 (diff) | |
download | frr-771ce8ad240b0c620e6cf46a7841fe2b757f9b43.tar.xz frr-771ce8ad240b0c620e6cf46a7841fe2b757f9b43.zip |
pimd: Add command to join any-source multicast.
Allow 'ip igmp join' to join group for any source if no source is
specified.
Disallow joining source "0.0.0.0" as it is used to define an
any-source multicast group.
Signed-off-by: Liam McBirnie <liam.mcbirnie@boeing.com>
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 4f9c573a2..7b0090d34 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) |