summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-03 03:34:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-03 03:34:06 +0000
commit2ec4abdf253d673be434880a2179cd4e212feca8 (patch)
tree69dfb555bdae8827ae63e78f3b2baa025b555a79 /usr/local/www/wizards/traffic_shaper_wizard.inc
parent397afb3e05c2ece1bf5149c820fd6cc822e443b9 (diff)
downloadpfsense-2ec4abdf253d673be434880a2179cd4e212feca8.zip
pfsense-2ec4abdf253d673be434880a2179cd4e212feca8.tar.gz
MFC 11077
fix proto's in p2pcatchall rule
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 8b876c1..41717c4 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -994,9 +994,9 @@ function step7_stepsubmitphpaction() {
if($otherclient[1] != '')
$rule['protocol'] = $otherclient[1];
}
-
if($rule['inqueue'] != "" and $rule['in-interface'] != "" and $rule['out-interface'] != "")
$config['shaper']['rule'][] = $rule;
+
}
}
OpenPOWER on IntegriCloud