summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-09 21:19:32 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-09 21:19:32 -0400
commitc9fa825423373b9616ab59e816c4c7b7e7d04e7b (patch)
treecfe0aa131ce07913e249eacde57333f4444b50a9 /etc/rc.initial.setlanip
parent5b74202bec0a2afd597473cedb2994243c583cf7 (diff)
downloadpfsense-c9fa825423373b9616ab59e816c4c7b7e7d04e7b.zip
pfsense-c9fa825423373b9616ab59e816c4c7b7e7d04e7b.tar.gz
Show disabled interfaces as well
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index e196c1e..1aacfb1 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -62,7 +62,7 @@
$addr_blank = false;
/* build an interface collection */
- $ifdescrs = get_configured_interface_with_descr();
+ $ifdescrs = get_configured_interface_with_descr(false, true);
$j = count($ifdescrs);
/* grab interface that we will operate on, unless there is only one
OpenPOWER on IntegriCloud