aboutsummaryrefslogtreecommitdiffstats
path: root/config/igmpproxy/filter.tmp
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-09 20:20:39 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-09 20:20:39 -0400
commit1b8bf91446a8b2f090787da0bef506ea31008063 (patch)
tree13fe3ac62575f36ab37412b565e4ededbeda7902 /config/igmpproxy/filter.tmp
parentcdcabd4a9b14e9a8057fc42080656ec225b90a9c (diff)
downloadpfsense-packages-1b8bf91446a8b2f090787da0bef506ea31008063.tar.gz
pfsense-packages-1b8bf91446a8b2f090787da0bef506ea31008063.tar.bz2
pfsense-packages-1b8bf91446a8b2f090787da0bef506ea31008063.zip
Unbreak packages that use filter_configure_* on 2.0
Diffstat (limited to 'config/igmpproxy/filter.tmp')
-rw-r--r--config/igmpproxy/filter.tmp3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/igmpproxy/filter.tmp b/config/igmpproxy/filter.tmp
index fa79ac54..acf32eb1 100644
--- a/config/igmpproxy/filter.tmp
+++ b/config/igmpproxy/filter.tmp
@@ -39,6 +39,9 @@ require_once("functions.inc");
require_once("pkg-utils.inc");
require_once("notices.inc");
+if(!function_exists("filter_configure"))
+ requre_once("filter.inc");
+
if($config['system']['shapertype'] <> "m0n0")
require_once ("shaper.inc");