diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-08-05 08:35:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 08:35:49 +0300 |
| commit | 99bae60ec67b7af6c60ebd7179455a4b5b4a9ccd (patch) | |
| tree | b69c1fea29c4597f62a913630a02b6b50edc9c40 | |
| parent | 3b59710cf9b74f7635c7fb1ba9ba3dc029399cae (diff) | |
| parent | 2d9f0ea77413e01e49c704cdceba48e14c60f992 (diff) | |
Merge pull request #6861 from donaldsharp/pim_doc_fixups
doc: Update doc for `ip pim use-source ..` command
| -rw-r--r-- | doc/user/pim.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 919dc51f69..d30a5ed647 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -252,6 +252,13 @@ is in a vrf, enter the interface command with the vrf keyword at the end. reports on the interface. Refer to the next `ip igmp` command for IGMP management. +.. index:: [no] ip pim use-source A.B.C.D +.. clicmd:: [no] ip pim use-source A.B.C.D + + If you have multiple addresses configured on a particular interface + and would like pim to use a specific source address associated with + that interface. + .. index:: ip igmp .. clicmd:: ip igmp |
