mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
Infix integration of klish and klish-plugin-sysrepo. Initially we add: More flexible management of running vs. startup: Instead of always committing changes both to running and startup, commit only modifies running. To persist changes to startup, the copy command is introduced. This lets the user copy from factory/startup/running to startup/running at any time. Well-known verbs like abort, leave, end, etc.
23 lines
573 B
Plaintext
23 lines
573 B
Plaintext
config BR2_PACKAGE_KLISH
|
|
bool "klish"
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_FAUX
|
|
select BR2_PACKAGE_LIBXML2
|
|
help
|
|
Klish is a framework for implementing a CISCO-like or
|
|
Juniper-like CLI on a UNIX systems.
|
|
|
|
https://src.libcode.org/pkun/klish/
|
|
|
|
config BR2_PACKAGE_KLISH_DEFAULT_XML
|
|
bool "install xml"
|
|
depends on BR2_PACKAGE_KLISH
|
|
depends on !BR2_PACKAGE_KLINFIX
|
|
default y
|
|
help
|
|
Install a small XML spec containing a definition of an
|
|
'exit' command. This lets klish work out-of-the-box, even if
|
|
no other specs are available.
|
|
|
|
If unsure, say Y.
|