summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index fae4d08..6524d2b 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -2124,7 +2124,7 @@
$rule['protocol'] = $otherclient[1];
}
- if($rule['inqueue'] != "")
+ if($rule['inqueue'] != "" and $rule['in-interface'] != "" and $rule['out-interface'] != "")
$config['shaper']['rule'][] = $rule;
}
}
OpenPOWER on IntegriCloud