summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-08-07 11:58:50 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-08-07 11:58:50 -0300
commitbe1ebaa967d05b291016bd8735cef6438640f502 (patch)
tree470c12ad34aef288268c42a3ae5480bf16465d1e /usr/local/www/diag_routes.php
parented0f54e37e451c15260bd18a4f4e82adecb46584 (diff)
downloadpfsense-be1ebaa967d05b291016bd8735cef6438640f502.zip
pfsense-be1ebaa967d05b291016bd8735cef6438640f502.tar.gz
Do not call -f twice (thx eri)
Diffstat (limited to 'usr/local/www/diag_routes.php')
-rw-r--r--usr/local/www/diag_routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php
index 0edcba8..26f6cbe 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -51,7 +51,6 @@ if (isset($_REQUEST['isAjax'])) {
$netstat .= " -f inet";
echo "IPv4\n";
}
- $netstat .= (isset($_REQUEST['IPv6']) ? " -f inet6" : " -f inet");
if (!isset($_REQUEST['resolve']))
$netstat .= " -n";
OpenPOWER on IntegriCloud