diff options
author | Mark Stapp <mjs@voltanet.io> | 2020-06-09 22:36:45 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2020-06-16 18:24:24 +0200 |
commit | 2be4d61a863f36beb765e9298c39994e42a714ab (patch) | |
tree | 7250faba941b162a3c910610b86db3eb8879c957 /doc/user/sharp.rst | |
parent | Merge pull request #6390 from opensourcerouting/bfd-cp-fix (diff) | |
download | frr-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.rst | 12 |
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. |