blob: f74baab48d6069a4622b371419982fadaac8d31c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="system">
<children>
<!-- script does not use XML defaults so far -->
<leafNode name="host-name" owner="${vyos_conf_scripts_dir}/system_host-name.py">
<properties>
<help>System host name (default: vyos)</help>
<priority>5</priority>
<constraint>
#include <include/constraint/host-name.xml.i>
</constraint>
</properties>
</leafNode>
</children>
</node>
</interfaceDefinition>
|