mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-07 02:51:57 +01:00
Change indentation
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5f051fc61b
commit
1d0ab43fbb
@ -1806,7 +1806,8 @@ sub process_rule1 ( $$$$$$$$$$$$$$$$$ ) {
|
||||
|
||||
$bt =~ s/[-+!]$//;
|
||||
|
||||
my %functions = ( ACCEPT => sub() { $action = 'RETURN' if $blacklist; } ,
|
||||
my %functions =
|
||||
( ACCEPT => sub() { $action = 'RETURN' if $blacklist; } ,
|
||||
|
||||
REDIRECT => sub () {
|
||||
my $z = $actiontype & NATONLY ? '' : firewall_zone;
|
||||
|
Loading…
Reference in New Issue
Block a user