mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-25 15:09:12 +01:00
Tweak to an RE used in optimization
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9ec5f36549
commit
d4936f4bad
@ -1509,7 +1509,7 @@ sub optimize_ruleset() {
|
|||||||
# The search continues until no short chains remain
|
# The search continues until no short chains remain
|
||||||
# Chains with 'dont_optimize = 1' are exempted from optimization
|
# Chains with 'dont_optimize = 1' are exempted from optimization
|
||||||
#
|
#
|
||||||
for my $table ( qw/ raw mangle nat filter/ ) {
|
for my $table ( qw/raw mangle nat filter/ ) {
|
||||||
|
|
||||||
next if $family == F_IPV6 && $table eq 'nat';
|
next if $family == F_IPV6 && $table eq 'nat';
|
||||||
|
|
||||||
@ -1594,7 +1594,7 @@ sub optimize_ruleset() {
|
|||||||
replace_references $chainref, $1;
|
replace_references $chainref, $1;
|
||||||
$progress = 1;
|
$progress = 1;
|
||||||
}
|
}
|
||||||
} elsif ( $firstrule =~ /-A $chainref->{name}( .*) -[jg] (.*)$/ ) {
|
} elsif ( $firstrule =~ /-A $chainref->{name}( +.+) -[jg] (.*)$/ ) {
|
||||||
#
|
#
|
||||||
# Not so easy -- the rule contains matches
|
# Not so easy -- the rule contains matches
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user