Revision 83ccc864
Added by Chris Buechler about 10 years ago
etc/inc/services.inc | ||
---|---|---|
1620 | 1620 |
if (is_array($config['gateways']['gateway_item'])) { |
1621 | 1621 |
foreach ($config['gateways']['gateway_item'] as $gateway) { |
1622 | 1622 |
if (isset($gateway['defaultgw'])) { |
1623 |
$destif = $gateway['interface'];
|
|
1623 |
$destif = get_real_interface($gateway['interface']);
|
|
1624 | 1624 |
break; |
1625 | 1625 |
} |
1626 | 1626 |
} |
... | ... | |
2455 | 2455 |
configure_cron(); |
2456 | 2456 |
} |
2457 | 2457 |
|
2458 |
?> |
|
2458 |
?> |
Also available in: Unified diff
Use real interface here for dhcrelay v6. Ticket #4572