From 7bfa48ffe4ec23052c3fd833b3c0197b5c705dc0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 16 Jan 2017 15:35:41 +0700 Subject: Real initial commit. --- data/interface-definitions/system.xml | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 data/interface-definitions/system.xml (limited to 'data') diff --git a/data/interface-definitions/system.xml b/data/interface-definitions/system.xml new file mode 100644 index 0000000..92318a9 --- /dev/null +++ b/data/interface-definitions/system.xml @@ -0,0 +1,42 @@ + + + + + + + + + + System host name + + [a-z]([a-z0-9\-]+) + + Host name must start with a letter and contain only lowercase letters, digits, and hyphens + + + + + + DNS server + + + + + DNS server address must be a valid IPv4 or IPv6 address + + + + + + NTP server + + + + + + NTP server address must be a valid hostname, IPv4, or IPv6 address + + + + + -- cgit v1.2.3