summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-02-09 16:41:41 +0100
committerSeth Mos <seth.mos@dds.nl>2011-02-09 16:41:41 +0100
commit8b0041e092274a63002f716515faaa082dfc0693 (patch)
treee81af04c5950a9c484f29b16132f5202519bd521
parentaa0103f5d3c98fddb32866d3665ee8ecf8e9f108 (diff)
downloadpfsense-8b0041e092274a63002f716515faaa082dfc0693.zip
pfsense-8b0041e092274a63002f716515faaa082dfc0693.tar.gz
Fix typo in the subnetmask for the unblockable icmp types. This makes the all-routers work again
-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 b694677..438b1c8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2107,7 +2107,7 @@ pass out quick inet6 proto ipv6-icmp from fe80::/10 to fe80::/10 icmp6-type {128
pass out quick inet6 proto ipv6-icmp from fe80::/10 to ff02::/16 icmp6-type {128,133,134,135,136} keep state
pass in quick inet6 proto ipv6-icmp from fe80::/10 to fe80::/10 icmp6-type {129,133,134,135,136} keep state
pass in quick inet6 proto ipv6-icmp from ff02::/16 to fe80::/10 icmp6-type {129,133,134,135,136} keep state
-pass in quick inet6 proto ipv6-icmp from fe80::/10 to fe02::/16 icmp6-type {129,133,134,135,136} keep state
+pass in quick inet6 proto ipv6-icmp from fe80::/10 to ff02::/16 icmp6-type {129,133,134,135,136} keep state
# We use the mighty pf, we cannot be fooled.
block quick inet proto { tcp, udp } from any port = 0 to any
OpenPOWER on IntegriCloud