From bb7f37fc8cd0ad5d1f0abdb0bd1b32645f917ca8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 29 Aug 2019 14:56:33 +0200 Subject: T1598: import the static-host-mappings CLI from current. --- interface-definitions/dns-domain-name.xml | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/interface-definitions/dns-domain-name.xml b/interface-definitions/dns-domain-name.xml index 054979787..c16f0b02a 100644 --- a/interface-definitions/dns-domain-name.xml +++ b/interface-definitions/dns-domain-name.xml @@ -63,6 +63,53 @@ + + + Map host names to addresses + 400 + + + + + + Host name for static address mapping + + ^[A-Za-z0-9][-.A-Za-z0-9]*[A-Za-z0-9]$ + + invalid hostname + + + + + Alias for this address + + ^.{1,63}$ + + invalid alias hostname, needs to be between 1 and 63 charactes + + + + + + IP Address [REQUIRED] + + ipv4 + IPv4 address + + + ipv6 + IPv6 address + + + + + + + + + + + -- cgit v1.2.3