summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-03 22:27:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-03 22:27:35 +0000
commita12d2145b86bb1e75118258f71dcd5cced7198b4 (patch)
tree1b8a4254dec2764e17129978ee022886203debcc /usr/local/www/interfaces_opt.php
parent2898f8630e110c537040624d9f35149deb3d48df (diff)
downloadpfsense-a12d2145b86bb1e75118258f71dcd5cced7198b4.zip
pfsense-a12d2145b86bb1e75118258f71dcd5cced7198b4.tar.gz
Insert a short blurb about optional intefaces gateway option
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index a955701..1d55060 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -131,7 +131,7 @@ if ($_POST) {
$optcfg['bandwidth'] = $_POST['bandwidth'];
$optcfg['bandwidthtype'] = $_POST['bandwidthtype'];
$optcfg['gateway'] = $_POST['gateway'];
-
+
write_config();
$retval = 0;
@@ -246,9 +246,11 @@ function ipaddr_change() {
<td width="22%" valign="top" class="vncell">Gateway</td>
<td width="78%" class="vtable">
<input name="gateway" value="<?php echo $pconfig['gateway']; ?>">
+ <br>
+ If you have multiple WAN connections, enter the next hop gateway (router) here. Otherwise, leave this option blank.
</td>
</tr>
-
+
<tr>
<td colspan="2" valign="top" height="16"></td>
</tr>
OpenPOWER on IntegriCloud