summaryrefslogtreecommitdiff
path: root/interface-definitions/system_domain-name.xml.in
blob: bfca9b8ce405d3cb0fe17804052bf4fc220a8d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>
          <constraint>
            <validator name="fqdn"/>
          </constraint>
        </properties>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>