diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-04 02:38:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-04 02:38:53 +0000 |
commit | ac3c2b2add724f3ba702c4a2b1f8000ee3cf0899 (patch) | |
tree | 0bb244875291c473d3d30cdce4be049db517e62d /usr/local/www/interfaces_opt.php | |
parent | 8e2cdfe55ad6092667f0e1decd0eb0211ce7eebc (diff) | |
download | pfsense-ac3c2b2add724f3ba702c4a2b1f8000ee3cf0899.zip pfsense-ac3c2b2add724f3ba702c4a2b1f8000ee3cf0899.tar.gz |
Clarify *WHICH* speed the user should enter here. Its physical NIC speed.
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-x | usr/local/www/interfaces_opt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php index 8183558..4eb3837 100755 --- a/usr/local/www/interfaces_opt.php +++ b/usr/local/www/interfaces_opt.php @@ -410,7 +410,7 @@ function type_change(enable_change,enable_change_pptp) { <option value="Gb">Gigabit/s</option> <option value=""></option> </select> - <br> The bandwidth setting will define the speed of the interface for traffic shaping. + <br> The bandwidth setting will define the speed of the interface for traffic shaping. Do not enter your "Internet" bandwidth here, only the physical speed! </td> </tr> <tr> <td width="22%" valign="top"> </td> |