package/klish-plugin-sysrepo: bump and switch to KernelKit mirror

This adds support for the srp_help_text() symbol.  It allows us to
display the full description for a leaf in a YANG model.  This has
been added to the 'help [foo]' configure context command.

A separate admin-exec level 'help' command will be added in a later
commit.  It will only be an intro to the CLI, keybindings, etc.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Tobias Waldekranz
2023-08-08 16:35:18 +02:00
parent 3a4097c741
commit 0aae72745f
3 changed files with 10 additions and 3 deletions
@@ -1,3 +1,3 @@
# Locally calculated
sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE
sha256 96ab24ea3c0aaf491db18930fca2ef30276d949c17996f3a595d36789ee0187d klish-plugin-sysrepo-56c5bdd6a851c5472ee9efd654603df89f337795-br1.tar.gz
sha256 6ec2a048c50cf35c0a8d72e541afb78351d4b7229670ac55be544e38f6cc9e54 klish-plugin-sysrepo-7e8f75536d20ff38763d00508347acb142511301-br1.tar.gz
@@ -4,8 +4,10 @@
#
################################################################################
KLISH_PLUGIN_SYSREPO_VERSION = 56c5bdd6a851c5472ee9efd654603df89f337795
KLISH_PLUGIN_SYSREPO_SITE = https://src.libcode.org/pkun/klish-plugin-sysrepo.git
KLISH_PLUGIN_SYSREPO_VERSION = 7e8f75536d20ff38763d00508347acb142511301
KLISH_PLUGIN_SYSREPO_SITE = https://github.com/kernelkit/klish-plugin-sysrepo.git
#KLISH_PLUGIN_SYSREPO_VERSION = cdd3eb51a7f7ee0ed5bd925fa636061d3b1b85fb
#KLISH_PLUGIN_SYSREPO_SITE = https://src.libcode.org/pkun/klish-plugin-sysrepo.git
KLISH_PLUGIN_SYSREPO_SITE_METHOD = git
KLISH_PLUGIN_SYSREPO_LICENSE = BSD-3
KLISH_PLUGIN_SYSREPO_LICENSE_FILES = LICENCE
+5
View File
@@ -344,6 +344,11 @@
<ACTION sym="srp_verify@sysrepo"/>
</COMMAND>
<COMMAND name="help" help="Show YANG description for setting(s)">
<PARAM name="path" ptype="/PLINE_SET" max="100" min="0"/>
<ACTION sym="srp_help_text@sysrepo"/>
</COMMAND>
<COMMAND name="show" help="Show configuration">
<PARAM name="path" ptype="/PLINE_EDIT" min="0" max="100"/>
<ACTION sym="srp_show@sysrepo"/>