summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-10-11 17:31:02 -0400
committerScott Ullrich <sullrich@gmail.com>2011-10-11 17:31:02 -0400
commit3f57df7582b4b6d13272f3103e219259a07c5af7 (patch)
treee2697893d85dd9923ba26e51c47f39fc621752e0
parentd8b989bc7d09aa376ef0224401e31860ab1bc791 (diff)
downloadpfsense-3f57df7582b4b6d13272f3103e219259a07c5af7.zip
pfsense-3f57df7582b4b6d13272f3103e219259a07c5af7.tar.gz
Disable could not find gateway for FOO log message. It is not causing any trouble and is making folks feel like there is something wrong with their install when there really is no issues.
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 73c0820..87c84d2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1823,7 +1823,7 @@ function filter_generate_user_rule($rule) {
$aline['reply'] = "reply-to ( {$ifcfg['if']} {$rg} ) ";
} else {
if($rule['interface'] <> "pptp") {
- log_error("Could not find gateway for interface({$rule['interface']}).");
+ //log_error("Could not find gateway for interface({$rule['interface']}).");
}
}
}
OpenPOWER on IntegriCloud