summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-31 20:03:50 +0200
committersmos <seth.mos@dds.nl>2012-05-31 20:08:55 +0200
commit05a4cebd90d35db07b588b1bb1cc969552cb3cd0 (patch)
tree746d302d9d32ff8a4ee605000353c7e1f3cd160d /etc/inc
parentc1d36d26a9cc341508eb472475c3bac70b4f8e04 (diff)
downloadpfsense-05a4cebd90d35db07b588b1bb1cc969552cb3cd0.zip
pfsense-05a4cebd90d35db07b588b1bb1cc969552cb3cd0.tar.gz
Add a inet46 filter type on the firewall rules page. I have locked down a few of the most common limitations.
Still arguing if we should lock this down even further to aliases only. Redmine ticket #2466
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 4ffc665..0e27f29 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2057,6 +2057,9 @@ function filter_generate_user_rule($rule) {
case "inet6":
$aline['ipprotocol'] = "inet6";
break;
+ case "inet46":
+ $aline['ipprotocol'] = "";
+ break;
}
}
OpenPOWER on IntegriCloud