summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-01-01 11:03:41 -0500
committerjim-p <jimp@pfsense.org>2017-01-01 11:03:41 -0500
commit6f17547aaa073ca460c8bbd8dc1dc5c12922b76d (patch)
tree8d56226bc22176a25c7bee2c1f871d51a391b9f1 /src/usr/local/www/status_openvpn.php
parent56110c7249b5dbd9ea4e0b4c4009794c69a58143 (diff)
downloadpfsense-6f17547aaa073ca460c8bbd8dc1dc5c12922b76d.zip
pfsense-6f17547aaa073ca460c8bbd8dc1dc5c12922b76d.tar.gz
Update OpenVPN SSL/TLS server status to reflect changes in OpenVPN 2.4. Ticket #2766
Diffstat (limited to 'src/usr/local/www/status_openvpn.php')
-rw-r--r--src/usr/local/www/status_openvpn.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index c643b20..1722db6 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -102,7 +102,8 @@ include("head.inc"); ?>
<tr>
<th><?=gettext("Common Name")?></th>
<th><?=gettext("Real Address")?></th>
- <th><?=gettext("Virtual Address"); ?></th>
+ <th><?=gettext("Virtual IPv4 Address"); ?></th>
+ <th><?=gettext("Virtual IPv6 Address"); ?></th>
<th><?=gettext("Connected Since"); ?></th>
<th><?=gettext("Bytes Sent")?></th>
<th><?=gettext("Bytes Received")?></th>
@@ -118,6 +119,7 @@ include("head.inc"); ?>
<td><?=$conn['common_name'];?></td>
<td><?=$conn['remote_host'];?></td>
<td><?=$conn['virtual_addr'];?></td>
+ <td><?=$conn['virtual_addr6'];?></td>
<td><?=$conn['connect_time'];?></td>
<td><?=format_bytes($conn['bytes_sent']);?></td>
<td><?=format_bytes($conn['bytes_recv']);?></td>
OpenPOWER on IntegriCloud