summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-06 22:47:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-06 22:47:52 +0000
commitc0503ad3c40e05a49e3ba3fcf7819049011dd9e4 (patch)
tree6deeced814bd25c02ce151bfbe1209ec39c0b7cb /usr/local/www/vpn_pppoe.php
parent084616edcf5ddf4c10a2b1649cb116fc5717806c (diff)
downloadpfsense-c0503ad3c40e05a49e3ba3fcf7819049011dd9e4.zip
pfsense-c0503ad3c40e05a49e3ba3fcf7819049011dd9e4.tar.gz
clarify that the dropdown box is a subnet mask
Diffstat (limited to 'usr/local/www/vpn_pppoe.php')
-rwxr-xr-xusr/local/www/vpn_pppoe.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index 0c4319f..5eee068 100755
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -209,7 +209,7 @@ function enable_change(enable_over) {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">Max. concurrent connections</td>
+ <td width="22%" valign="top" class="vncellreq">Subnet netmask</td>
<td width="78%" class="vtable">
<select name="n_pppoe_units">
<?php
@@ -222,6 +222,7 @@ function enable_change(enable_over) {
}
?>
</select>
+ <br>Hint: 24 is 255.255.255.0
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud