Notes |
|
(0000032)
|
user4
|
2006-05-04 06:10
|
|
Reminder sent to: user4, dlaporte, kevmcs |
|
|
(0000033)
|
user4
|
2006-05-04 06:21
|
|
The 'pfcmd manage vclose' called from release.cgi is not working:
./bin/pfcmd manage vclose 00:0c:29:b0:27:32 2000334
Undefined subroutine &pf::violation::class_view called at /usr/local/pf/lib/pf/violation.pm line 259.
The following diff to /usr/local/pf/lib/pf/violation.pm makes the class_view subroutine available:
39a40
> use pf::class qw(class_view); |
|
|
(0000035)
|
user4
|
2006-05-04 06:47
|
|
Changing max_enable for violation 2000334 to 2 in conf/violations.conf and re-executing 'manage vclose' generates another error:
./bin/pfcmd manage vclose 00:0c:29:b0:27:32 2000334
Use of uninitialized value in print at ./bin/pfcmd line 131.
The following diff to lib/pf/violation.pm fixed this
271c272
< my $grace = $class_info->{'grace'};
---
> my $grace = $class_info->{'grace_period'}; |
|
|
(0000036)
|
user4
|
2006-05-04 06:50
|
|
I still get the following entry into /var/log/messages:
unmark_node: unable to unmark 00:0c:29:b0:27:32 with 2000334: No chain/target/match by that name |
|
|
(0000060)
|
kevmcs
|
2006-05-09 15:33
|
|
your diffs seem to work. bug fixed. cvs checked in |
|