summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 187635d..401ddb6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1667,6 +1667,8 @@ function generate_user_filter_rule($rule, $ngcounter) {
$routeto .= "} ";
} else {
$routeto .= "} round-robin ";
+ if(isset($config['system']['lb_use_sticky']))
+ $routeto .= " sticky-address ";
}
}
}
OpenPOWER on IntegriCloud