Clixon 5.6.0 Release
This commit is contained in:
parent
72025bfc5e
commit
60e6477be2
5 changed files with 15 additions and 9 deletions
|
|
@ -47,6 +47,12 @@ Before you start,
|
|||
make && sudo make install
|
||||
```
|
||||
|
||||
Ensure standard IETF YANG files needed for the example are in `/usr/local/share/yang`. If elsewhere, use `./configure --with-yang-standard-dir=DIR`. Example to checkout yang models:
|
||||
```
|
||||
# cd /usr/local/share
|
||||
# git clone https://github.com/YangModels/yang
|
||||
```
|
||||
|
||||
Start backend:
|
||||
```
|
||||
sudo clixon_backend -f /usr/local/etc/example.xml -s init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue