From fed73592cfd6fd2f87aad1669d1b9ebecfa03cdc Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 2 Feb 2010 09:12:36 -0800 Subject: Static host-name mapping changes Fix help text (Bug 5254) and allow IPV6 static mapping (Bug 5298) --- templates/system/static-host-mapping/host-name/node.def | 8 ++++++-- .../system/static-host-mapping/host-name/node.tag/inet/node.def | 9 +++++++-- templates/system/static-host-mapping/node.def | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/system/static-host-mapping/host-name/node.def b/templates/system/static-host-mapping/host-name/node.def index bd9cfab1..edd286c8 100644 --- a/templates/system/static-host-mapping/host-name/node.def +++ b/templates/system/static-host-mapping/host-name/node.def @@ -1,8 +1,12 @@ tag: type: txt -help: Set to map DNS names to system interfaces -syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "invalid host name $VAR(@)" +help: Set to map host name to address + +syntax:expression: pattern $VAR(@) "^[[:alnum:]][-.[:alnum:]]*[[:alnum:]]$" + ; "invalid host name $VAR(@)" + commit:expression: $VAR(./inet) != ""; "IP address for the static mapping must be set" + end: sudo sh -c " touch /etc/hosts sed -i '/ $VAR(@) .*#vyatta entry/d' /etc/hosts diff --git a/templates/system/static-host-mapping/host-name/node.tag/inet/node.def b/templates/system/static-host-mapping/host-name/node.tag/inet/node.def index af274398..63e611a8 100644 --- a/templates/system/static-host-mapping/host-name/node.tag/inet/node.def +++ b/templates/system/static-host-mapping/host-name/node.tag/inet/node.def @@ -1,2 +1,7 @@ -type: ipv4 -help: Set Internet address [REQUIRED] +type: txt +help: Set address [REQUIRED] +syntax:expression: exec "/opt/vyatta/sbin/check-ipv4-ipv6.pl $VAR(@)" + +comp_help: Possible completions: + Set IPv4 address + Set IPv6 address diff --git a/templates/system/static-host-mapping/node.def b/templates/system/static-host-mapping/node.def index fbc69aa7..33f33a4c 100644 --- a/templates/system/static-host-mapping/node.def +++ b/templates/system/static-host-mapping/node.def @@ -1,2 +1,2 @@ priority: 400 -help: Set to map DNS names to system interfaces +help: Set to map host names to addresses -- cgit v1.2.3