summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-17 21:43:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-17 21:43:28 +0000
commitd27fe7f3ef6d7c72d1ef3646ac26ddc069c2c007 (patch)
tree3548db61cd31da222b4441756219bded8ea08c9e /etc/inc/vslb.inc
parent6613a0317bd3c37dd0e8e46d9a23e82b9881b296 (diff)
downloadpfsense-d27fe7f3ef6d7c72d1ef3646ac26ddc069c2c007.zip
pfsense-d27fe7f3ef6d7c72d1ef3646ac26ddc069c2c007.tar.gz
Reload filter on boot.
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index dfd54f8..287f687 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -136,6 +136,7 @@ function slbd_configure() {
mwexec("/usr/bin/killall -9 slbd");
/* startup slbd pointing it's config at /var/etc/slbd.conf with a polling interval of 5 seconds */
mwexec("/usr/local/sbin/slbd -c{$g['varetc_path']}/slbd.conf -r5000");
+ filter_configure();
} else {
mwexec("/usr/bin/killall -9 slbd");
fclose($fd);
OpenPOWER on IntegriCloud