summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-07-16 15:08:28 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-07-16 15:08:28 +0000
commitb4d480ffa6868ee7c6f833f5c63e5824cf5d96fe (patch)
treecd98f5ff33e2855a10249429497e81b0b65dd20d /etc/inc/filter.inc
parent5846d858a860df1b0f85ce86b5cee80f95a718f8 (diff)
downloadpfsense-b4d480ffa6868ee7c6f833f5c63e5824cf5d96fe.zip
pfsense-b4d480ffa6868ee7c6f833f5c63e5824cf5d96fe.tar.gz
Log Error to system logs when we don't have any gateway available
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 758f088..7413563 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1505,6 +1505,7 @@ function generate_user_filter_rule($rule)
$tiers_count = count($tiers);
if($tiers_count == 0) {
/* Oh dear, we have no members! Engage Plan B */
+ log_error("All gateways are unavailable, proceeding with configured XML settings!");
foreach($group['item'] as $item) {
foreach($group['item'] as $item) {
$itemsplit = explode("|", $item);
OpenPOWER on IntegriCloud