summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-23 18:20:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-23 18:20:11 +0000
commit71c08f2561592221a5e2129192ec001d30ada009 (patch)
tree6b74af1914013f7ac4a7277a0ec003bac96b8d52 /etc/inc/pfsense-utils.inc
parent8d9305b6d52f76d08a990b8025fdc71e91e6e09e (diff)
downloadpfsense-71c08f2561592221a5e2129192ec001d30ada009.zip
pfsense-71c08f2561592221a5e2129192ec001d30ada009.tar.gz
* Fix get_interface_list()
* Backout Seth's changes. The bug was up the stack in get_interface_list()
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 1f0d9fb..340a99d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -3377,7 +3377,7 @@ function is_dhcp_server_enabled() {
function get_interfaces_with_gateway() {
global $config;
$ints = array();
- $ifdescrs = get_interface_list("active","physical", true);
+ $ifdescrs = get_interface_list();
/* loop interfaces, check config for outbound */
foreach ($ifdescrs as $ifdescr => $ifname) {
OpenPOWER on IntegriCloud