mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Sepearte back out to tcp and undp
This commit is contained in:
parent
9e2e637002
commit
bd2efdca0e
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user