summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
diff options
context:
space:
mode:
authorJonathon Anderson <jpanderson0@gmail.com>2016-11-10 08:49:17 -0600
committerGitHub <noreply@github.com>2016-11-10 08:49:17 -0600
commit3ad0f9b63f690f77cf8c4d398b521eba6909f0bc (patch)
treebb2b74d0b7ecf60d085b44eab9baf2f8a12321df /src/usr/local/www/wizards
parent0eb2512f93c7e187511ea258948715c2e230e98f (diff)
downloadpfsense-3ad0f9b63f690f77cf8c4d398b521eba6909f0bc.zip
pfsense-3ad0f9b63f690f77cf8c4d398b521eba6909f0bc.tar.gz
Update setup_wizard.xml
Diffstat (limited to 'src/usr/local/www/wizards')
-rw-r--r--src/usr/local/www/wizards/setup_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizards/setup_wizard.xml b/src/usr/local/www/wizards/setup_wizard.xml
index 3c132a6..cce817d 100644
--- a/src/usr/local/www/wizards/setup_wizard.xml
+++ b/src/usr/local/www/wizards/setup_wizard.xml
@@ -573,7 +573,7 @@
<type>input</type>
<bindstofield>interfaces->lan->ipaddr</bindstofield>
<description>Type dhcp if this interface uses DHCP to obtain its IP address.</description>
- <validate>^((dhcp)|(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))$/i</validate>
+ <validate>^(dhcp|(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))$/i</validate>
<message>LAN IP Address field is invalid</message>
</field>
<field>
OpenPOWER on IntegriCloud