implement yang-patch

This commit is contained in:
Alan Yaniger 2021-07-19 13:17:10 +03:00
parent e0ee365958
commit 8d2fbf39de
12 changed files with 562 additions and 5 deletions

View file

@ -15,6 +15,9 @@ module clixon-example {
import ietf-datastores {
prefix ds;
}
import example-jukebox {
prefix ej;
}
description
"Clixon example used as a part of the Clixon test suite.
It can be used as a basis for making new Clixon applications.

View file

@ -24,4 +24,5 @@
<CLICON_STREAM_DISCOVERY_RFC5277>true</CLICON_STREAM_DISCOVERY_RFC5277>
<CLICON_MODULE_LIBRARY_RFC7895>false</CLICON_MODULE_LIBRARY_RFC7895>
<restconf><enable>true</enable><auth-type>none</auth-type><socket><namespace>default</namespace><address>0.0.0.0</address><port>8081</port><ssl>false</ssl></socket></restconf>
<restconf><enable>true</enable><auth-type>none</auth-type><socket><namespace>default</namespace><address>0.0.0.0</address><port>80</port><ssl>false</ssl></socket></restconf>
</clixon-config>