summaryrefslogtreecommitdiffstats
path: root/doc/user/sharp.rst
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-06-09 22:36:45 +0200
committerMark Stapp <mjs@voltanet.io>2020-06-16 18:24:24 +0200
commit2be4d61a863f36beb765e9298c39994e42a714ab (patch)
tree7250faba941b162a3c910610b86db3eb8879c957 /doc/user/sharp.rst
parentMerge pull request #6390 from opensourcerouting/bfd-cp-fix (diff)
downloadfrr-2be4d61a863f36beb765e9298c39994e42a714ab.tar.xz
frr-2be4d61a863f36beb765e9298c39994e42a714ab.zip
sharpd: add zclient session create and delete
Add a couple of clis and some simple support that allows sharpd to create extra zapi client sessions. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'doc/user/sharp.rst')
-rw-r--r--doc/user/sharp.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/sharp.rst b/doc/user/sharp.rst
index dd0e67d4b..1c474193f 100644
--- a/doc/user/sharp.rst
+++ b/doc/user/sharp.rst
@@ -125,3 +125,15 @@ keyword. At present, no sharp commands will be preserved in the config.
single subtype. The messages must specify a protocol daemon by
name, and can include optional zapi ``instance`` and ``session``
values.
+
+.. index:: sharp create session
+.. clicmd:: sharp create session (1-1024)
+
+ Create an additional zapi client session for testing, using the
+ specified session id.
+
+.. index:: sharp remove session
+.. clicmd:: sharp remove session (1-1024)
+
+ Remove a test zapi client session that was created with the
+ specified session id.