Actions
Bug #67
closed
JP
IPsec logs always show in reverse (return_clog() issue)
Bug #67:
IPsec logs always show in reverse (return_clog() issue)
Start date:
08/30/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
1.2.3
Affected Architecture:
Description
Due to a bug in return_clog(), the IPsec logs always show in reverse. It seems to be the only logs page that actually uses return_clog().
The $grepreverse parameter of return_clog() is clobbering the configured value for sort reversal. The attach patch should respect both values.
NOTE: I did not see any instances of $grepreverse in use anywhere in the code or packages. Another option would be to remove that parameter.
Files
SM Updated by Seth Mos about 17 years ago
Zapped incorrect logline which may have came from a incorrect upstream merge.
$sor was defined twice.
SM Updated by Seth Mos about 17 years ago
- Status changed from New to Resolved
JP Updated by Jim Pingle almost 17 years ago
- Status changed from Resolved to Closed
Closing. This is working properly in snapshots after this fix went in.
Actions