Sysrepo plugin for klish to implement Juniper-like configuration interface.
https://src.libcode.org/download/klish-plugin-sysrepo

Serj Kalichev df869c7918 Add show command. Unfinished 1 year ago
bin c0c366dee9 -Wextra for CFLAGS 1 year ago
src df869c7918 Add show command. Unfinished 1 year ago
xml 71a861ded7 Unfinished set of meta 1 year ago
.gitignore 4b16e3ba87 Buildable autotools 1 year ago
LICENCE 9217870057 Autotools. Doesn't work yet 1 year ago
Makefile.am c0c366dee9 -Wextra for CFLAGS 1 year ago
README.md 9217870057 Autotools. Doesn't work yet 1 year ago
autogen.sh 9217870057 Autotools. Doesn't work yet 1 year ago
configure.ac 2ada525f72 Fix plugin installation path. Fix double free. Add xml 1 year ago
ttt.yang 43f2b44c6b Support for list with multi keys 1 year ago

README.md

Klish Project

About

The klish is a framework for implementing a CISCO-like CLI on a UNIX systems.

NOTE: It's a development branch for fully rewritten klish version 3. It's not functional for now. For stable klish version 2 see the "2.2" branch.

The main target for the klish is a Linux platform.

Build

NOTE: You need branch "master" for development non-stable version. You need branch "2.2" for stable version.

The development master branch needs libfaux (http://faux.libcode.org) to be built. The stable branch 2.2 doesn't need libfaux library.

Resources

Homepage : http://klish.libcode.org

Docs : See the sourcecode tree "doc/" dir for documenation

Repository : https://src.libcode.org/pkun/klish

Mailing list : http://groups.google.com/group/klish

Dev mailing list : http://groups.google.com/group/klish-dev

Download : https://src.libcode.org/download/klish/

Author : Serj Kalichev serj.kalichev(_at_)libcode.org