Only show log entries with racoon in them

This commit is contained in:
Scott Ullrich 2005-07-13 21:52:29 +00:00
parent ddce8ef2e4
commit 3ed25eabc9

View File

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