From 932aea39ff21a81a9e2433f7afa40b28af6d6508 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 2 Apr 2006 01:40:41 +0000 Subject: Remove L --- usr/local/www/wizards/traffic_shaper_wizard.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 97b4b07..bb28ded 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -2022,8 +2022,8 @@ /* install default p2p catch all rule if user has enabled option (MUST BE LAST!) */ if($config['ezshaper']['step4']['p2pcatchall'] == "on") { $othersplist = array(); - $othersplist[] = array('p2pCatchAll', 'tcp', '', '', 'both', 'L'); - $othersplist[] = array('p2pCatchAll2', 'udp', '', '', 'both', 'L'); + $othersplist[] = array('p2pCatchAll', 'tcp', '', '', 'both', ''); + $othersplist[] = array('p2pCatchAll2', 'udp', '', '', 'both', ''); } else { $othersplist = array(); } -- cgit v1.1