summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-12-23 10:29:05 -0500
committerjim-p <jimp@pfsense.org>2016-12-23 10:29:05 -0500
commit35d393f04add76d7f5ac55fb33aaa955f354b5b8 (patch)
treebb14ac0567b06aa828b655da1f5f16a3c52e3ee6 /src/usr/local/www
parent9d9736d7bf456a441e3cb95421cfed429502e220 (diff)
downloadpfsense-35d393f04add76d7f5ac55fb33aaa955f354b5b8.zip
pfsense-35d393f04add76d7f5ac55fb33aaa955f354b5b8.tar.gz
Change type of L2TP/PPTP WAN remote address to 'text' as it supports hostnames now, and the 'V4' type rejects them. Fixes #6899
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 7c9b8ec..5dd63bf 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2725,7 +2725,7 @@ $section->addInput(new Form_IpAddress(
'pptp_remote0',
'Remote IP address',
$pconfig['pptp_remote'][0],
- 'V4'
+ 'text'
));
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud