summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-21 20:43:24 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-21 20:43:24 +0100
commit2525ea04019e7e1f6dc3069ed2f8c7efac25365e (patch)
treebd44f9380d3140a0a98b6e32ffd259a08b2995c5 /etc/inc/gwlb.inc
parent121cde47bd339a44e7aad865b0fae5b0d433d68f (diff)
downloadpfsense-2525ea04019e7e1f6dc3069ed2f8c7efac25365e.zip
pfsense-2525ea04019e7e1f6dc3069ed2f8c7efac25365e.tar.gz
Correct this typo which would make other things break
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index e157e0e..df6a613 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -990,7 +990,7 @@ function get_interface_gateway($interface, &$dynamic = false) {
global $config, $g;
if (substr($interface, 0, 4) == '_vip')
- $interface = get_configured_carp_interface_list($interface, 'inet6', 'iface');
+ $interface = get_configured_carp_interface_list($interface, 'inet', 'iface');
$gw = NULL;
$gwcfg = $config['interfaces'][$interface];
OpenPOWER on IntegriCloud