mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show PPPOE logs in VPN
This commit is contained in:
parent
c4ac1c8018
commit
b7c3f79c8d
@ -78,7 +78,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td colspan="2" class="listtopic">Last <?=$nentries;?> system log entries</td>
|
||||
</tr>
|
||||
<?php dump_clog($system_logfile, $nentries, true, array("racoon"), array(true)); ?>
|
||||
<?php dump_clog($system_logfile, $nentries, true, array("racoon", "pppoe"), array(true)); ?>
|
||||
<tr>
|
||||
<td>
|
||||
<br>
|
||||
|
||||
@ -82,7 +82,7 @@ include("head.inc");
|
||||
<td class="listhdrr">User</td>
|
||||
<td class="listhdrr">IP address</td>
|
||||
</tr>
|
||||
<?php dump_clog($ipsec_logfile, $nentries, array("mpd"), array(false)); ?>
|
||||
<?php dump_clog($ipsec_logfile, $nentries, array("mpd", "pppoe"), array(false)); ?>
|
||||
<tr>
|
||||
<td>
|
||||
<br>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user