summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 3dc7e2b..7439736 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -433,7 +433,7 @@ function return_gateways_array($disabled = false, $localhost = false) {
switch($wancfg['ipaddrv6']) {
case "6rd":
case "6to4":
- $gateway['interface'] = "stf0";
+ $gateway['interface'] = "{$gateway['interface']}_stf";
break;
default:
$gateway['interface'] = get_real_interface($gateway['interface']);
@@ -600,11 +600,11 @@ function return_gateways_array($disabled = false, $localhost = false) {
$gateway['gateway'] = get_interface_gateway_v6($ifname, $gateway['dynamic']);
switch($ifcfg['ipaddrv6']) {
case "6to4":
- $gateway['interface'] = "stf0";
+ $gateway['interface'] = "{$ifname}_stf";
$gateway['dynamic'] = "default";
break;
case "6rd":
- $gateway['interface'] = "stf0";
+ $gateway['interface'] = "{$ifname}_stf";
$gateway['dynamic'] = "default";
break;
default:
OpenPOWER on IntegriCloud