diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-04-13 16:53:50 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-04-23 14:29:00 +0200 |
commit | 46e3d008038371556c97d14e36e16ca9bfd40f53 (patch) | |
tree | 80b1783d4d492b6a6c5dcafc1be81f5c9840dc73 /doc | |
parent | pimd: support BFD profiles configuration (diff) | |
download | frr-46e3d008038371556c97d14e36e16ca9bfd40f53.tar.xz frr-46e3d008038371556c97d14e36e16ca9bfd40f53.zip |
doc: document new PIM BFD command variant
Tell user he can configure BFD profile for sessions created by PIM.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bfd.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 6f797f7cc..f73c91e02 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -340,12 +340,15 @@ PIM BFD Configuration The following commands are available inside the interface configuration node. -.. clicmd:: ip pim bfd +.. clicmd:: ip pim bfd [profile BFDPROF] Listen for BFD events on peers created on the interface. Every time a new neighbor is found a BFD peer is created to monitor the link status for fast convergence. + Optionally uses the BFD profile ``BFDPROF`` in the created sessions under + that interface. + .. _bfd-configuration: |