diff options
author | smos <seth.mos@dds.nl> | 2012-05-21 18:57:29 +0200 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2012-05-21 18:57:29 +0200 |
commit | 44b054ce5c40854f4cf2e4c40aab361f5ce806ce (patch) | |
tree | 002937d77d96f84ab62821dbe79ad5d8fea2acdc /etc/inc/gwlb.inc | |
parent | 2b095a33238169fc1be2a3cbe4586e3216bb07fa (diff) | |
download | pfsense-44b054ce5c40854f4cf2e4c40aab361f5ce806ce.zip pfsense-44b054ce5c40854f4cf2e4c40aab361f5ce806ce.tar.gz |
Add the address family tag to the gateway groups array
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r-- | etc/inc/gwlb.inc | 1 |
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; } } |