Revision b54c6fc7
Added by Colin Smith about 20 years ago
usr/local/www/diag_logs_ipsec.php | ||
---|---|---|
75 | 75 |
<td colspan="2" class="listtopic"> |
76 | 76 |
Last <?=$nentries;?> IPSEC log entries</td> |
77 | 77 |
</tr> |
78 |
<?php dump_clog($ipsec_logfile, $nentries, array("racoon"), array("false")); ?>
|
|
78 |
<?php dump_clog($ipsec_logfile, $nentries, true, array("racoon"), array(false)); ?>
|
|
79 | 79 |
</table> |
80 | 80 |
<br><form action="diag_logs.php" method="post"> |
81 | 81 |
<input name="clear" type="submit" class="formbtn" value="Clear log"> |
Also available in: Unified diff
Fix IPSEC logs.