Revision f7f27780
Added by Ermal LUÇI over 12 years ago
etc/inc/interfaces.inc | ||
---|---|---|
4430 | 4430 |
|
4431 | 4431 |
$foundv6 = false; |
4432 | 4432 |
if (!isset($interface_snv6_arr_cache[$interface]) or $flush) { |
4433 |
$ifinfo = pfSense_get_interface_addresses($interface); |
|
4434 | 4433 |
// FIXME: Add IPv6 support to the pfSense module |
4435 | 4434 |
unset($output); |
4436 | 4435 |
exec("/sbin/ifconfig {$interface} inet6", $output); |
Also available in: Unified diff
Remove not used call