summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-19 11:55:34 +0000
committerErmal <eri@pfsense.org>2013-03-19 11:55:34 +0000
commitf7f277802413444bb6c9ab1b7c6d5e29ec1edebf (patch)
tree26d830cb1a4aa889cda3777d2bc67bc0623f7b46 /etc
parentc55a0f0c529fbf5008fa856e378a784666b91700 (diff)
downloadpfsense-f7f277802413444bb6c9ab1b7c6d5e29ec1edebf.zip
pfsense-f7f277802413444bb6c9ab1b7c6d5e29ec1edebf.tar.gz
Remove not used call
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 381fe06..736dade 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -4430,7 +4430,6 @@ function find_interface_subnetv6($interface, $flush = false)
$foundv6 = false;
if (!isset($interface_snv6_arr_cache[$interface]) or $flush) {
- $ifinfo = pfSense_get_interface_addresses($interface);
// FIXME: Add IPv6 support to the pfSense module
unset($output);
exec("/sbin/ifconfig {$interface} inet6", $output);
OpenPOWER on IntegriCloud