yuma123
Continues development of Yuma as opensource project since 2012.
...Branching from the last BSD licensed branch of the Yuma project the code has evolved in the following direction:
- a more mainstream build system based on autoconf/automake was added
- a number of critical bugs have been fixed
- new IETF standards support was added (ietf-nacm, ietf-system, etc.)
- support was added for new YANG extensions
==Checkout, Build and Installation steps (ment for Debian should be easy to figure out on other systems)==
===Option 1: Install from the Debian repository==
apt-get update
apt-get -y upgrade
apt-get -y install software-properties-common
add-apt-repository -s "deb http://yuma123.org/repos/apt/debian sid main"
wget -O - http://yuma123.org/repos/yuma123.gpg.key | apt-key add -
apt-get update
apt-get -y install netconfd yangcli
... -> README