summaryrefslogtreecommitdiff
path: root/interface-definitions/host-name.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
committerChristian Poessinger <christian@poessinger.com>2019-02-14 22:34:06 +0100
commit3d3eccd687b45f63a9dbed6fea21ec107be7c5a3 (patch)
tree23046fe3829e7d033809078f000925695a43fdea /interface-definitions/host-name.xml
parent80a96d620bdf47ba0b3e109f3789a9777a2eb6ba (diff)
downloadvyos-1x-3d3eccd687b45f63a9dbed6fea21ec107be7c5a3.tar.gz
vyos-1x-3d3eccd687b45f63a9dbed6fea21ec107be7c5a3.zip
T1174: migrate local hostname/DNS handling to vyos-1x
Diffstat (limited to 'interface-definitions/host-name.xml')
-rw-r--r--interface-definitions/host-name.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/interface-definitions/host-name.xml b/interface-definitions/host-name.xml
deleted file mode 100644
index bbe679607..000000000
--- a/interface-definitions/host-name.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?>
-
-<!-- host-name configuration -->
-
-<interfaceDefinition>
- <node name="system">
- <children>
- <leafNode name="host-name" owner="${vyos_conf_scripts_dir}/host_name.py">
- <properties>
- <help>System host name (default: vyos)</help>
- <constraint>
- <regex>[A-Za-z0-9][-.A-Za-z0-9]*[A-Za-z0-9]</regex>
- </constraint>
- </properties>
- </leafNode>
- <leafNode name="domain-name" owner="${vyos_conf_scripts_dir}/host_name.py">
- <properties>
- <help>System domain name</help>
- <constraint>
- <regex>[A-Za-z0-9][-.A-Za-z0-9]*</regex>
- </constraint>
- </properties>
- </leafNode>
- </children>
- </node>
-</interfaceDefinition>