From cc47995dd0b4f7a44c36a94d6f4feabddc418e12 Mon Sep 17 00:00:00 2001 From: Charlie Date: Wed, 8 Jul 2009 14:45:06 +0000 Subject: Add needed code to packages to confirm to 2.0 rules for adding firewall rules. NOTE: other packages might need intervention but for now this is the neccessary minimum to remove dependency on pkg-utils.inc on filter.inc --- config/frickin/frickin.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/frickin/frickin.inc') 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"; -- cgit v1.2.3