summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-24 19:31:32 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-24 19:31:32 -0400
commit3202707eb8a6f973b4285c02d2b5130c1ab8dc21 (patch)
treeb8e11e640aadcce0a98e8909f4979628d2e1723a /etc
parent3978835412f17dcbe583d62743c1af2b381df4ec (diff)
downloadpfsense-3202707eb8a6f973b4285c02d2b5130c1ab8dc21.zip
pfsense-3202707eb8a6f973b4285c02d2b5130c1ab8dc21.tar.gz
Jettison get_interface_list from this file
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index b36947d..ab6e4b5 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -40,7 +40,6 @@ function remove_numbers($string) {
function get_nics_with_capabilities($CAPABILITIES) {
$ifs = `ifconfig -l`;
$if_list = split(" ", $ifs);
- $if_list = get_interface_list();
$vlan_native_supp = array();
foreach($if_list as $if => $iface) {
$capable = `ifconfig -m | grep -a1 $if | grep $CAPABILITIES`;
OpenPOWER on IntegriCloud