Show PPPOE logs in VPN

This commit is contained in:
Scott Ullrich 2005-12-19 03:32:19 +00:00
parent c4ac1c8018
commit b7c3f79c8d
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>