mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Only show log entries with racoon in them
This commit is contained in:
parent
ddce8ef2e4
commit
3ed25eabc9
@ -73,7 +73,7 @@ include("head.inc");
|
||||
<td colspan="2" class="listtopic">
|
||||
Last <?=$nentries;?> IPSEC log entries</td>
|
||||
</tr>
|
||||
<tr><td><?php dump_clog($ipsec_logfile, $nentries); ?>
|
||||
<tr><td><?php dump_clog($ipsec_logfile, $nentries, true, array("racoon")); ?>
|
||||
<tr><td><br><form action="diag_logs.php" method="post">
|
||||
<input name="clear" type="submit" class="formbtn" value="Clear log"></td></tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user