summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-04-23 12:08:51 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-04-23 12:08:51 -0300
commitbe57a6974a2c130be5f5ce03514b27ebfb678703 (patch)
treeb4a04caca6732190357b1a0a5361e5f0be6067fa /usr/local/www/wizards
parent0aa3929ba86ea8198abcf03bd5fe64d32b110cfb (diff)
downloadpfsense-be57a6974a2c130be5f5ce03514b27ebfb678703.zip
pfsense-be57a6974a2c130be5f5ce03514b27ebfb678703.tar.gz
Rule created for penalty addresses on shaper wizard should not set 'any' as source. Fixes #2959
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index cf7bf1b..3b411c0 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -1342,7 +1342,6 @@ function apply_all_choosen_items() {
$rule['type'] = "match";
$rule['interface'] = $interfacelist;
$rule['descr'] = gettext("Penalty Box");
- $rule['source']['any'] = TRUE;
$rule['defaultqueue'] = "qOthersLow";
$rule['source']['address'] = $config['ezshaper']['step4']['address'];
$rule['destination']['any'] = TRUE;
OpenPOWER on IntegriCloud