Sepearte back out to tcp and undp

This commit is contained in:
Scott Ullrich 2006-04-02 07:36:15 +00:00
parent 9e2e637002
commit bd2efdca0e

View File

@ -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();
}