Revision 131f3a50
Added by Jim Pingle about 14 years ago
etc/inc/vpn.inc | ||
---|---|---|
862 | 862 |
if(is_ipaddr($gatewayip)) { |
863 | 863 |
/* FIXME: does adding route-to and reply-to on the in/outbound |
864 | 864 |
* rules fix this? smos@ 13-01-2009 */ |
865 |
log_error("IPSEC interface is not WAN but {$parentinterface}, adding static route for VPN endpoint {$rgip} via {$gatewayip}"); |
|
865 |
// log_error("IPSEC interface is not WAN but {$parentinterface}, adding static route for VPN endpoint {$rgip} via {$gatewayip}");
|
|
866 | 866 |
mwexec("/sbin/route delete -host {$rgip}"); |
867 | 867 |
mwexec("/sbin/route add -host {$rgip} {$gatewayip}"); |
868 | 868 |
} |
Also available in: Unified diff
Disable this log message, as it can be extremely spammy in the logs.