forked from extern/shorewall_code
@@ -1053,7 +1053,7 @@ sub format_rule( $$;$ ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
# Emit expensive matches last unless we had '-m nfacct' pr '-m recent' matches in the rule.
|
# Emit expensive matches last unless we had '-m nfacct' or '-m recent' matches in the rule.
|
||||||
#
|
#
|
||||||
if ( $expensive ) {
|
if ( $expensive ) {
|
||||||
for ( grep( get_opttype( $_, 0 ) == EXPENSIVE, @{$ruleref->{matches}} ) ) {
|
for ( grep( get_opttype( $_, 0 ) == EXPENSIVE, @{$ruleref->{matches}} ) ) {
|
||||||
|
Reference in New Issue
Block a user