From f4cbcbf2d803cdbe769ecaf8fc2651cc93f00cf8 Mon Sep 17 00:00:00 2001 From: hagbard Date: Thu, 21 Feb 2019 15:55:21 -0800 Subject: Fixes: T1257: implement 'set system static-host-mapping' in host_name.py and remove old function calls --- interface-definitions/dns-domain-name.xml | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/dns-domain-name.xml b/interface-definitions/dns-domain-name.xml index 7b8497c09..a2c66495f 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