diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-02 07:36:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-02 07:36:15 +0000 |
commit | bd2efdca0e791ca7319423e6fb83b4842356ba47 (patch) | |
tree | af47418d0c0c3d0fb4f88d14a6f6c56989ff58cc /usr | |
parent | 9e2e637002f019a73ab269d35de1cbf83d8691d0 (diff) | |
download | pfsense-bd2efdca0e791ca7319423e6fb83b4842356ba47.zip pfsense-bd2efdca0e791ca7319423e6fb83b4842356ba47.tar.gz |
Sepearte back out to tcp and undp
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index b07721e..c600577 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -2092,7 +2092,7 @@ if($config['ezshaper']['step4']['p2pcatchall'] == "on") { $othersplist = array(); $othersplist[] = array('p2pCatchAll', 'tcp', '', '', 'both', ''); - $othersplist[] = array('p2pCatchAll2', 'udp', '', '', 'both', ''); + $othersplist[] = array('p2pCatchAll2', 'udp', '', '', 'both', ''); } else { $othersplist = array(); } |