mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 14:43:01 +02:00
Adds a klish interface to local datastores managed by sysrepo.
22 lines
684 B
Plaintext
22 lines
684 B
Plaintext
config BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
|
|
bool "klish-plugin-sysrepo"
|
|
depends on BR2_PACKAGE_KLISH
|
|
depends on BR2_PACKAGE_SYSREPO
|
|
help
|
|
This plugin allows klish framework to implement Juniper-like
|
|
interface for configuration. It uses sysrepo project as
|
|
background for datastores and libyang for yang files parsing
|
|
and configuration schemes.
|
|
|
|
https://src.libcode.org/pkun/klish-plugin-sysrepo/
|
|
|
|
config BR2_PACKAGE_KLISH_PLUGIN_SYSREPO_XML
|
|
bool "install xml"
|
|
depends on BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
|
|
default y
|
|
help
|
|
Install the default XML spec bundled with the project, which
|
|
exports the 'show' command, and the 'configure' view, etc.
|
|
|
|
If unsure, say Y.
|