summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-02 01:40:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-02 01:40:41 +0000
commit932aea39ff21a81a9e2433f7afa40b28af6d6508 (patch)
treeccecdba8882a21dfe2b4e3424889e09044b7e5be /usr/local/www
parent2defff77511852b3fc506715a357014012b1441c (diff)
downloadpfsense-932aea39ff21a81a9e2433f7afa40b28af6d6508.zip
pfsense-932aea39ff21a81a9e2433f7afa40b28af6d6508.tar.gz
Remove L
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 2 insertions, 2 deletions
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();
}
OpenPOWER on IntegriCloud