forked from extern/shorewall_code
Correct typo that caused an internal error
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0b2a8b12c7
commit
d5290fc881
@ -518,7 +518,7 @@ sub add_common_rules() {
|
||||
add_ijump ( $chainref, j => 'RETURN', policy => '--pol ipsec --dir out' );
|
||||
log_rule $level , $chainref , $policy , '' if $level ne '';
|
||||
|
||||
add_ijump( $chainref, j => 'AUDIT ', targetopts => '--type ' . lc $policy ) if $audit;
|
||||
add_ijump( $chainref, j => 'AUDIT', targetopts => '--type ' . lc $policy ) if $audit;
|
||||
|
||||
add_ijump $chainref, g => $policy eq 'REJECT' ? 'reject' : $policy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user