summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-03-09 13:27:30 +0100
committersmos <seth.mos@dds.nl>2011-03-09 13:27:30 +0100
commit947fe874607c3122457801afeceaeac77c0ae0ee (patch)
tree021fea171f3475f259415f426df76115e1de4414 /etc
parent272c5d62061f23d60525df1ac6b69f966df6a5cc (diff)
downloadpfsense-947fe874607c3122457801afeceaeac77c0ae0ee.zip
pfsense-947fe874607c3122457801afeceaeac77c0ae0ee.tar.gz
Correct firewall rule, remove flags any
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1cebbd3..8f98004 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2375,7 +2375,7 @@ EOD;
if($sa) {
$ipfrules .= <<<EOD
-pass in quick on \${$oc['descr']} proto tcp from {$sa}/{$sn} to 239.255.255.250/32 port 1900 flags any keep state label "pass multicast traffic to miniupnpd"
+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"
EOD;
}
OpenPOWER on IntegriCloud