summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system_syslog.xml.in38
1 files changed, 19 insertions, 19 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in
index 09cfd3dd4..1ee5a7687 100644
--- a/interface-definitions/system_syslog.xml.in
+++ b/interface-definitions/system_syslog.xml.in
@@ -71,27 +71,27 @@
</properties>
<children>
#include <include/syslog-facility.xml.i>
- <node name="marker">
+ </children>
+ </node>
+ <node name="marker">
+ <properties>
+ <help>Mark messages sent to syslog</help>
+ </properties>
+ <children>
+ <leafNode name="interval">
<properties>
- <help>Mark messages sent to syslog</help>
+ <help>Mark message interval</help>
+ <valueHelp>
+ <format>u32:1-65535</format>
+ <description>Time in seconds</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-86400"/>
+ </constraint>
+ <constraintErrorMessage>Port number must be in range 1 to 86400</constraintErrorMessage>
</properties>
- <children>
- <leafNode name="interval">
- <properties>
- <help>Mark message interval</help>
- <valueHelp>
- <format>u32:1-65535</format>
- <description>Time in seconds</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 1-86400"/>
- </constraint>
- <constraintErrorMessage>Port number must be in range 1 to 86400</constraintErrorMessage>
- </properties>
- <defaultValue>1200</defaultValue>
- </leafNode>
- </children>
- </node>
+ <defaultValue>1200</defaultValue>
+ </leafNode>
</children>
</node>
<leafNode name="preserve-fqdn">