diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-02-14 22:34:06 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-05-20 06:09:54 +0200 |
commit | b657528166b30cb8030396172128fff39ef82fd1 (patch) | |
tree | 3c2a7ab54ef735d157fe11f73bb3abf758de7c05 /interface-definitions/host-name.xml | |
parent | d77a3e3cf82f2a11601d93a9c6856cb52031ba37 (diff) | |
download | vyos-1x-b657528166b30cb8030396172128fff39ef82fd1.tar.gz vyos-1x-b657528166b30cb8030396172128fff39ef82fd1.zip |
T1174: migrate local hostname/DNS handling to vyos-1x
Conflicts:
src/conf_mode/host_name.py
Diffstat (limited to 'interface-definitions/host-name.xml')
-rw-r--r-- | interface-definitions/host-name.xml | 26 |
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> |