mirror of
https://github.com/openwrt/packages.git
synced 2025-10-23 20:14:17 +00:00
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>
14 lines
317 B
XML
14 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>
|