diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-18 06:40:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-18 06:40:09 -0400 |
| commit | 5d83c731e36bc0524f084d927a36fb4d2885c2a4 (patch) | |
| tree | 1ccbdce0724b466854bbefade5409f496f82669d | |
| parent | 957ef1c93abd4f6a0abc8ee20b0c46effb02c023 (diff) | |
| parent | a94dd7dd96277f67b1f1b8f3537b9033edbf4489 (diff) | |
Merge pull request #4984 from Alexis-ROYER/pim-doc#4965
[PIM] Confusing documentation for `ip pim sm` command (#4965)
| -rw-r--r-- | doc/user/pim.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 805d6264a8..4f9c573a24 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -201,14 +201,15 @@ is in a vrf, enter the interface command with the vrf keyword at the end. .. clicmd:: ip pim sm Tell pim that we would like to use this interface to form pim neighbors - over. Please note we will *not* accept igmp reports over this interface with - this command. + over. Please note that this command does not enable the reception of IGMP + reports on the interface. Refer to the next `ip igmp` command for IGMP + management. .. index:: ip igmp .. clicmd:: ip igmp Tell pim to receive IGMP reports and Query on this interface. The default - version is v3. This command is useful on the LHR. + 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 |
