summaryrefslogtreecommitdiff
path: root/interface-definitions/system_host-name.xml.in
blob: 423531a68a73c7dec6744f478eb3e6dea3115e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
          <constraint>
            #include <include/constraint/host-name.xml.i>
          </constraint>
        </properties>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>