summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-02-23 15:01:01 +0100
committersmos <seth.mos@dds.nl>2011-02-23 15:01:01 +0100
commit685a26fc70ae7d97ed81ec3e48972c97c109215b (patch)
tree4ee0d4e7ad8c7574bde283c656dafc7733f470da /etc
parent219585dac77e6f00f38528b4609eea61ea481882 (diff)
downloadpfsense-685a26fc70ae7d97ed81ec3e48972c97c109215b.zip
pfsense-685a26fc70ae7d97ed81ec3e48972c97c109215b.tar.gz
Correct the gateway group member name to the correct GW_". strtoupper($if) uppercase. This fixes outbound load balancer pools upgraded from 1.2.3
not working
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/upgrade_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index b5c492a..c52ec8f 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -1681,7 +1681,7 @@ function upgrade_053_to_054() {
} else {
$i = 1;
}
- $gateway_group['item'][] = "$interface|$i";
+ $gateway_group['item'][] = "$static_name|$i";
}
$gateway_group_arr[] = $gateway_group;
} else {
OpenPOWER on IntegriCloud