diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2024-11-25 16:03:59 +0100 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2024-11-25 23:23:40 +0100 |
commit | cd8d9d3906ed925580605fa158d034ed24fe4a6e (patch) | |
tree | 056222b4f74e3694cb184af11a891b6f9318d86c /doc | |
parent | topotests: test MSDP shutdown command (diff) | |
download | frr-cd8d9d3906ed925580605fa158d034ed24fe4a6e.tar.xz frr-cd8d9d3906ed925580605fa158d034ed24fe4a6e.zip |
doc: document shutdown command
Let users know about the MSDP shutdown command.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pim.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 0fe53247b..05418da5a 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -478,6 +478,10 @@ Commands available for MSDP To apply it immediately call `clear ip msdp peer A.B.C.D`. +.. clicmd:: msdp shutdown + + Shutdown the MSDP sessions in this PIM instance. + .. _show-pim-information: |