From 2ec4abdf253d673be434880a2179cd4e212feca8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 3 Apr 2006 03:34:06 +0000 Subject: [PATCH] MFC 11077 fix proto's in p2pcatchall rule --- usr/local/www/wizards/traffic_shaper_wizard.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index 8b876c12e4..41717c431c 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; + } }