diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-09-25 08:27:21 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-09-25 08:27:21 +0200 |
commit | d677be63f8c346892b71d112006abced55283d39 (patch) | |
tree | bae918fa9f0ec86e7d3099c990ff5561658a5e7e /doc/user/ospfd.rst | |
parent | Merge pull request #14467 from cscarpitta/bugfix/fix-srv6-isis-memleaks (diff) | |
download | frr-d677be63f8c346892b71d112006abced55283d39.tar.xz frr-d677be63f8c346892b71d112006abced55283d39.zip |
doc: Drop bullet point from ospfd documentation
/root/frr/doc/user/ospfd.rst:609: WARNING: Bullet list ends without a blank line; unexpected unindent.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | doc/user/ospfd.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 26b2b4397..1ba5af9b1 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -314,7 +314,7 @@ To start OSPF process you have to specify the OSPF router. This command controls the ospf instance's socket buffer sizes. The 'no' form resets one or both values to the default. - + .. clicmd:: no socket-per-interface Ordinarily, ospfd uses a socket per interface for sending @@ -603,9 +603,9 @@ Interfaces Specify that HMAC cryptographic authentication must be used on this interface using a key chain. Overrides any authentication enabled on a per-area basis - (:clicmd:`area A.B.C.D authentication message-digest`) + (:clicmd:`area A.B.C.D authentication message-digest`). - * ``KEYCHAIN``: Specifies the name of the key chain that contains the authentication + ``KEYCHAIN``: Specifies the name of the key chain that contains the authentication key(s) and cryptographic algorithms to be used for OSPF authentication. The key chain is a logical container that holds one or more authentication keys, allowing for key rotation and management. |