summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 3bcb47e..30b8388 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -168,6 +168,9 @@ if ($_POST) {
if ($_POST['mtu'] && (($_POST['mtu'] < 576) || ($_POST['mtu'] > 1500))) {
$input_errors[] = "The MTU must be between 576 and 1500 bytes.";
}
+ if($_POST['bandwidth'] <> "" && !is_numeric($_POST['bandwidth'])) {
+ $input_errors[] = "A valid bandwidth value is required 1-999999.";
+ }
/* Wireless interface? */
if (isset($wancfg['wireless'])) {
OpenPOWER on IntegriCloud