summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-31 16:37:33 -0300
committerRenato Botelho <renato@netgate.com>2017-07-31 16:37:33 -0300
commit4b1d0e0536cc44260de3e1cbc6083645fec3944a (patch)
tree1a41d5c00e41e0a2ac6482b2c8bc589c6a447a30 /src/usr
parent40f2618cf4d3fdf237631a2b5ff4ebaea9861f5b (diff)
parent725aee3f19ea01d48f14e65ac60e4189218b3834 (diff)
downloadpfsense-4b1d0e0536cc44260de3e1cbc6083645fec3944a.zip
pfsense-4b1d0e0536cc44260de3e1cbc6083645fec3944a.tar.gz
Merge pull request #3784 from PiBa-NL/20170713-shaper-show-disabled-interface-names
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_shaper.php b/src/usr/local/www/firewall_shaper.php
index 14ef10a..33eb13a 100644
--- a/src/usr/local/www/firewall_shaper.php
+++ b/src/usr/local/www/firewall_shaper.php
@@ -42,7 +42,7 @@ $pgtitle = array(gettext("Firewall"), gettext("Traffic Shaper"), gettext("By Int
$pglinks = array("", "@self", "@self");
$shortcut_section = "trafficshaper";
-$shaperIFlist = get_configured_interface_with_descr();
+$shaperIFlist = get_configured_interface_with_descr(true);
read_altq_config();
/*
* The whole logic in these code maybe can be specified.
OpenPOWER on IntegriCloud