2018-08-21 17:11:18 +02:00
|
|
|
---
|
|
|
|
syslog_config: |
|
|
|
|
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
|
|
|
|
<configuration>
|
|
|
|
<system>
|
|
|
|
<syslog>
|
|
|
|
<file>
|
|
|
|
<name>test_netconf_config</name>
|
|
|
|
<contents>
|
|
|
|
<name>any</name>
|
|
|
|
<any/>
|
|
|
|
</contents>
|
|
|
|
<contents>
|
|
|
|
<name>kernel</name>
|
|
|
|
<critical/>
|
|
|
|
</contents>
|
|
|
|
</file>
|
|
|
|
</syslog>
|
|
|
|
</system>
|
|
|
|
</configuration>
|
|
|
|
</config>
|
|
|
|
|
|
|
|
syslog_config_replace: |
|
|
|
|
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
|
|
|
|
<configuration>
|
|
|
|
<system>
|
2019-06-10 16:10:58 +02:00
|
|
|
<syslog operation="replace">
|
2018-08-21 17:11:18 +02:00
|
|
|
<file>
|
|
|
|
<name>test_netconf_config</name>
|
|
|
|
<contents>
|
|
|
|
<name>any</name>
|
|
|
|
<any/>
|
|
|
|
</contents>
|
|
|
|
</file>
|
|
|
|
</syslog>
|
|
|
|
</system>
|
|
|
|
</configuration>
|
|
|
|
</config>
|