summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 3dead28..5655abe 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -544,7 +544,7 @@ function system_staticroutes_configure($interface = "", $update_dns = false) {
}
if (isset($rtent['disabled'])) {
- /* XXX: This is a bit dangerous in case of routing daemons!? */
+ /* XXX: This can break things by deleting routes that shouldn't be deleted - OpenVPN, dynamic routing scenarios, etc. redmine #3709 */
foreach ($ips as $ip)
mwexec("/sbin/route delete " . escapeshellarg($ip), true);
continue;
OpenPOWER on IntegriCloud