mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 10:51:02 +01:00
Pretty up some come
This commit is contained in:
parent
91c5a2f80b
commit
4a865e0a6d
@ -1616,15 +1616,12 @@ sub process_rule ( ) {
|
||||
my $thisline = $currentline; #We must save $currentline because it is overwritten by macro expansion
|
||||
my $action = isolate_basic_target $target;
|
||||
my $fw = firewall_zone;
|
||||
my @source = build_zone_list ( $fw, $source, 'SOURCE', $intrazone, $wild );
|
||||
my @dest = build_zone_list ( $fw, $dest, 'DEST' , $intrazone, $wild );
|
||||
my $generated = 0;
|
||||
my @source;
|
||||
my @dest;
|
||||
|
||||
fatal_error "Invalid or missing ACTION ($target)" unless defined $action;
|
||||
|
||||
@source = build_zone_list ( $fw, $source, 'SOURCE', $intrazone, $wild );
|
||||
@dest = build_zone_list ( $fw, $dest, 'DEST' , $intrazone, $wild );
|
||||
|
||||
for $source ( @source ) {
|
||||
for $dest ( @dest ) {
|
||||
my $sourcezone = (split( /:/, $source, 2 ) )[0];
|
||||
|
Loading…
Reference in New Issue
Block a user