Clixon is a YANG-based configuration manager, with interactive CLI, NETCONF and RESTCONF interfaces, an embedded database and transaction mechanism. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
13 lines
317 B
XML
13 lines
317 B
XML
<restconf>
|
|
<enable>true</enable>
|
|
<auth-type>none</auth-type>
|
|
<pretty>false</pretty>
|
|
<debug>0</debug>
|
|
<log-destination>syslog</log-destination>
|
|
<socket>
|
|
<namespace>default</namespace>
|
|
<address>0.0.0.0</address>
|
|
<port>80</port>
|
|
<ssl>false</ssl>
|
|
</socket>
|
|
</restconf>
|