summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-21 18:57:29 +0200
committersmos <seth.mos@dds.nl>2012-05-21 18:57:29 +0200
commit44b054ce5c40854f4cf2e4c40aab361f5ce806ce (patch)
tree002937d77d96f84ab62821dbe79ad5d8fea2acdc /etc
parent2b095a33238169fc1be2a3cbe4586e3216bb07fa (diff)
downloadpfsense-44b054ce5c40854f4cf2e4c40aab361f5ce806ce.zip
pfsense-44b054ce5c40854f4cf2e4c40aab361f5ce806ce.tar.gz
Add the address family tag to the gateway groups array
Diffstat (limited to 'etc')
-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 e87a7c1..99cf320 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -726,6 +726,7 @@ function return_gateway_groups_array() {
$groupmember['int'] = $int;
$groupmember['gwip'] = $gatewayip;
$groupmember['weight'] = isset($gateway['weight']) ? $gateway['weight'] : 1;
+ $gateway_groups_array[$group['name']]['ipprotocol'] = $gateway['ipprotocol'];
$gateway_groups_array[$group['name']][] = $groupmember;
}
}
OpenPOWER on IntegriCloud