summaryrefslogtreecommitdiff
path: root/interface-definitions/system_domain-name.xml.in
blob: 695af29d9ea4b9d337bb5ef0050e24234411160d (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>
      <leafNode name="domain-name" owner="${vyos_conf_scripts_dir}/system_host-name.py">
        <properties>
          <help>System domain name</help>
          <priority>6</priority>
          <constraint>
            <validator name="fqdn"/>
          </constraint>
        </properties>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>