summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 852509f..c152e55 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -935,7 +935,7 @@ function interface_gif_configure(&$gif, $gifkey = "") {
$realifip = $ipaddr;
else
$realifip = get_interface_ipv6($gif['if']);
- $realifgw = get_interface_gatewayv6($gif['if']);
+ $realifgw = get_interface_gateway_v6($gif['if']);
}
/* make sure the parent interface is up */
if($realif)
OpenPOWER on IntegriCloud