summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-02-22 19:38:08 -0600
committerChris Buechler <cmb@pfsense.org>2016-02-24 20:29:43 -0600
commit510e6f238d84adc98622895d5d9abea9e4fe13c0 (patch)
tree465dcba2af86dae463d20182b79850b5dabe285c /src/usr/local/www/status_interfaces.php
parent8f36f87aa5df4afc66de5bc1c78ae81e2404ef1c (diff)
downloadpfsense-510e6f238d84adc98622895d5d9abea9e4fe13c0.zip
pfsense-510e6f238d84adc98622895d5d9abea9e4fe13c0.tar.gz
Add a space between the gateway name and IP
Diffstat (limited to 'src/usr/local/www/status_interfaces.php')
-rw-r--r--src/usr/local/www/status_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_interfaces.php b/src/usr/local/www/status_interfaces.php
index 227933b..23887ac 100644
--- a/src/usr/local/www/status_interfaces.php
+++ b/src/usr/local/www/status_interfaces.php
@@ -152,7 +152,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
showDef($ifinfo['linklocal'], gettext('IPv6 Link Local'), $ifinfo['linklocal']);
showDef($ifinfo['ipaddrv6'], gettext('IPv6 Address'), $ifinfo['ipaddrv6']);
showDef($ifinfo['subnetv6'], gettext('Subnet mask IPv6'), $ifinfo['subnetv6']);
- showDef($ifinfo['gatewayv6'], gettext("Gateway IPv6"), $config['interfaces'][$ifdescr]['gatewayv6'] . $ifinfo['gatewayv6']);
+ showDef($ifinfo['gatewayv6'], gettext("Gateway IPv6"), $config['interfaces'][$ifdescr]['gatewayv6'] . " " . $ifinfo['gatewayv6']);
if ($ifdescr == "wan" && file_exists("{$g['varetc_path']}/resolv.conf")) {
$dns_servers = get_dns_servers();
OpenPOWER on IntegriCloud