Revision 48ab12a9
Added by Seth Mos over 14 years ago
etc/inc/filter.inc | ||
---|---|---|
2385 | 2385 |
if($sa) { |
2386 | 2386 |
$ipfrules .= <<<EOD |
2387 | 2387 |
|
2388 |
pass in quick on \${$oc['descr']} proto tcp from {$sa}/{$sn} to 239.255.255.250/32 port 1900 keep state label "pass multicast traffic to miniupnpd"
|
|
2388 |
pass in on \${$oc['descr']} proto tcp from {$sa}/{$sn} to 239.255.255.250/32 port 1900 keep state label "pass multicast traffic to miniupnpd" |
|
2389 | 2389 |
|
2390 | 2390 |
EOD; |
2391 | 2391 |
} |
Also available in: Unified diff
Remove quick from the filter rule by request of Erik.