doc: remove BFD control socket documentation

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
Rafael Zalamena 2024-07-24 11:42:11 -03:00
parent 5340fcf144
commit c4867fe2f2
2 changed files with 0 additions and 19 deletions

View File

@ -3,12 +3,6 @@ BFD
The following options controls the BFD daemon auxiliary sockets.
.. option:: --bfdctl bfd-control-socket
Opens the BFD daemon control socket located at the pointed location.
(default: |INSTALL_PREFIX_STATE|/bfdd.sock)
.. option:: --dplaneaddr <type>:<address>[<:port>]
Configure the distributed BFD data plane listening socket bind address.

View File

@ -45,19 +45,6 @@ may also be specified (:ref:`common-invocation-options`).
.. program:: bfdd
.. option:: --bfdctl <unix-socket>
Set the BFD daemon control socket location. If using a non-default
socket location::
/usr/lib/frr/bfdd --bfdctl /tmp/bfdd.sock
The default UNIX socket location is |INSTALL_PREFIX_STATE|/bfdd.sock
This option overrides the location addition that the -N option provides
to the bfdd.sock
.. option:: --dplaneaddr <type>:<address>[<:port>]
Configure the distributed BFD data plane listening socket bind address.