On 5/30/11 3:10 PM, Tom Eastep wrote: > That one took a while; bugs that show up in the optimizer with a large > and complex configuration are harder to find.
-Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________
diff --git a/Shorewall/Perl/Shorewall/Rules.pm
b/Shorewall/Perl/Shorewall/Rules.pm
index 24fd7b0..8f9aaa7 100644
--- a/Shorewall/Perl/Shorewall/Rules.pm
+++ b/Shorewall/Perl/Shorewall/Rules.pm
@@ -1160,7 +1160,7 @@ sub ensure_audit_chain( $;$ ) {
if ( $action eq 'REJECT' ) {
add_jump $ref , 'reject', 1;
} else {
- add_rule $ref , "-j $action";
+ add_jump $ref , $action, 0;
}
}
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
