aboutsummaryrefslogtreecommitdiffstats
path: root/config/frickin
diff options
context:
space:
mode:
Diffstat (limited to 'config/frickin')
-rw-r--r--config/frickin/frickin.inc1
-rw-r--r--config/frickin/frickin.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/frickin/frickin.inc b/config/frickin/frickin.inc
index 8b57b8ae..a79345bb 100644
--- a/config/frickin/frickin.inc
+++ b/config/frickin/frickin.inc
@@ -127,6 +127,7 @@ function frickin_generate_rules($type) {
}
break;
case 'filter':
+ case 'rule':
$ext_if = get_real_wan_interface();
$rules .= "pass out on $ext_if proto gre from any to any keep state\n";
$rules .= "pass in on $ext_if proto gre from any to any keep state\n";
diff --git a/config/frickin/frickin.xml b/config/frickin/frickin.xml
index 497d4cd3..4d1d421d 100644
--- a/config/frickin/frickin.xml
+++ b/config/frickin/frickin.xml
@@ -86,4 +86,5 @@
<custom_php_deinstall_command>
frickin_custom_php_deinstall_command();
</custom_php_deinstall_command>
+ <filter_rules_needed>frickin_generate_rules</filter_rules_needed>
</packagegui>