From c7460e44dd9669f47484ab58fefaac368329cda8 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Mon, 18 Feb 2013 23:04:39 +0100 Subject: updated HAProxy package to work with pfSense 2.1 --- config/haproxy/haproxy_pools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy/haproxy_pools.php') diff --git a/config/haproxy/haproxy_pools.php b/config/haproxy/haproxy_pools.php index e11fb0c9..52b7650d 100755 --- a/config/haproxy/haproxy_pools.php +++ b/config/haproxy/haproxy_pools.php @@ -114,7 +114,7 @@ include("head.inc"); $fe_list = ""; $sep = ""; foreach ($a_backends as $backend) { - if($backend['pool'] == $pool['name']) { + if($backend['backend_serverpool'] == $pool['name']) { $fe_list .= $sep . $backend['name']; $sep = ", "; } -- cgit v1.2.3