diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2024-01-24 21:38:18 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2024-01-27 19:01:19 +0100 |
commit | 80b6787e272388e781695ae17ae26b4c7148d5fc (patch) | |
tree | 19a11073c280375e66d2de09e74dc37343f2407c /doc | |
parent | lib, mgmtd: fix wrong mgmtd socket paths (diff) | |
download | frr-80b6787e272388e781695ae17ae26b4c7148d5fc.tar.xz frr-80b6787e272388e781695ae17ae26b4c7148d5fc.zip |
build: nuke `BFDD_CONTROL_SOCKET`
This just unnecessarily complicates things by involving autoconf.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bfd.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 6915885f4..3ca104a3a 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -46,9 +46,7 @@ may also be specified (:ref:`common-invocation-options`). /usr/lib/frr/bfdd --bfdctl /tmp/bfdd.sock - The default UNIX socket location is: - - #define BFDD_CONTROL_SOCKET "|INSTALL_PREFIX_STATE|/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 |