Debug: improved debug level 2 with socket-description, also for notification
This commit is contained in:
parent
71431dcd82
commit
e9c5287c36
10 changed files with 102 additions and 53 deletions
14
example/main/autocli.xml
Normal file
14
example/main/autocli.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<clixon-config xmlns="http://clicon.org/config">
|
||||
<autocli>
|
||||
<module-default>false</module-default>
|
||||
<list-keyword-default>kw-nokey</list-keyword-default>
|
||||
<treeref-state-default>false</treeref-state-default>
|
||||
<edit-mode-default>list container</edit-mode-default>
|
||||
<completion-default>true</completion-default>
|
||||
<rule>
|
||||
<name>include clixon-example</name>
|
||||
<module-name>clixon-example</module-name>
|
||||
<operation>enable</operation>
|
||||
</rule>
|
||||
</autocli>
|
||||
</clixon-config>
|
||||
7
example/main/restconf.xml
Normal file
7
example/main/restconf.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<clixon-config xmlns="http://clicon.org/config">
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue