summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-15 10:20:52 -0300
committerRenato Botelho <renato@netgate.com>2015-07-15 10:20:52 -0300
commita9d6ae1734f43bf5ea035b289253f34bbf4e8ea6 (patch)
tree284dd95a3385ec6217838db92cfdf4a060867b09 /usr/local
parentfe05aacf24ce5e3aab009c0cc0545d6c532ad593 (diff)
parent2f0e31b1aac508c9c62ff03c89b1bb5ed1bf30db (diff)
downloadpfsense-a9d6ae1734f43bf5ea035b289253f34bbf4e8ea6.zip
pfsense-a9d6ae1734f43bf5ea035b289253f34bbf4e8ea6.tar.gz
Merge pull request #1746 from phil-davis/patch-7
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/interfaces_gre_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_gre_edit.php b/usr/local/www/interfaces_gre_edit.php
index 2ecb539..a6cde04 100644
--- a/usr/local/www/interfaces_gre_edit.php
+++ b/usr/local/www/interfaces_gre_edit.php
@@ -80,8 +80,8 @@ if ($_POST) {
$pconfig = $_POST;
/* input validation */
- $reqdfields = explode(" ", "if tunnel-remote-addr tunnel-remote-net tunnel-local-addr");
- $reqdfieldsn = array(gettext("Parent interface"), gettext("Local address"), gettext("Remote tunnel address"), gettext("Remote tunnel network"), gettext("Local tunnel address"));
+ $reqdfields = explode(" ", "if remote-addr tunnel-local-addr tunnel-remote-addr tunnel-remote-net");
+ $reqdfieldsn = array(gettext("Parent interface"), gettext("Remote tunnel endpoint IP address"), gettext("Local tunnel IP address"), gettext("Remote tunnel IP address"), gettext("Remote tunnel network"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
OpenPOWER on IntegriCloud