commit | adf49da4b9f75d3a441d08b2f14b4bba148f9c9f | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Feb 19 12:58:34 2018 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Feb 19 12:58:34 2018 +0100 |
tree | 18fdc24b8f5df0d7f6537c0505edc7dcae7de658 | |
parent | 5a1571a429b0b9e21b00eff49a999848f0deeaa1 [diff] |
frontend BUGFIX creating new list instance with keys only when a list contains only keys, the error message "nothing to create here" was always displayed, now it is detected that there is actually nothing to create and editting of the list content is closed automatically as it was automatically opened.
Web-based NETCONF management center
This tool is currently under development and not intended for production use. However, we welcome your feedback provided via the issue tracker.
The application is created as a module to the liberouter-gui framework, so to install it, follow the liberouter-gui instructions.
The backend is a Flask server written in Python 3 and utilizing libyang and libnetconf2 Python bindings. Unfortunatelly, the code of the bindings is not yet finished, so please use the devel branches of the mentioned libraries:
$ git clone -b devel https://github.com/CESNET/libyang $ mkdir -p libyang/build && cd libyang/build $ cmake -DGEN_LANGUAGE_BINDINGS=ON .. $ make # make install
$ git clone -b devel https://github.com/CESNET/libnetconf2 $ mkdir -p libnetconf2/build && cd libnetconf2/build $ cmake -DENABLE_PYTHON=ON .. $ make # make install
For fast and simple testing/development deployment, you can use the prepared Vagrantfiles for instantiating virtual machine. More information can be found here.