summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-05-04 13:58:21 -0400
committerjim-p <jimp@pfsense.org>2011-05-04 13:58:21 -0400
commit131f3a5048c590c5e0a035f63d3a5d8d12a662eb (patch)
treea4c00b4375ebf4f710026a8a96deb95a1a3ef393
parent0130b7568c143a893cc983811a5d9646feca4058 (diff)
downloadpfsense-131f3a5048c590c5e0a035f63d3a5d8d12a662eb.zip
pfsense-131f3a5048c590c5e0a035f63d3a5d8d12a662eb.tar.gz
Disable this log message, as it can be extremely spammy in the logs.
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index e4b8292..4dc9c6b 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -862,7 +862,7 @@ EOD;
if(is_ipaddr($gatewayip)) {
/* FIXME: does adding route-to and reply-to on the in/outbound
* rules fix this? smos@ 13-01-2009 */
- log_error("IPSEC interface is not WAN but {$parentinterface}, adding static route for VPN endpoint {$rgip} via {$gatewayip}");
+ // log_error("IPSEC interface is not WAN but {$parentinterface}, adding static route for VPN endpoint {$rgip} via {$gatewayip}");
mwexec("/sbin/route delete -host {$rgip}");
mwexec("/sbin/route add -host {$rgip} {$gatewayip}");
}
OpenPOWER on IntegriCloud