summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 3c5e141..d5ab7ee 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -160,6 +160,7 @@ EOD;
* route as this will break the routing table */
continue;
} else {
+ log_error("Removing static route for monitor {$gateway['monitor']}");
mwexec("/sbin/route delete -host " . escapeshellarg($gateway['monitor']));
if(! stristr("127.0.0", $gateway['gateway'])) {
mwexec("/sbin/route add -host " . escapeshellarg($gateway['monitor']) .
OpenPOWER on IntegriCloud