mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Use uniform coding style in latest changes
This commit is contained in:
parent
328e1b7f6a
commit
c1b212225e
@ -2044,7 +2044,7 @@ sub generate_matrix() {
|
||||
add_jump $filter_table->{INPUT}, $inputchainref, 0, match_source_dev($interface) unless $input_jump_added{$interface}++;
|
||||
$use_input = 1;
|
||||
|
||||
if ( uc $net ne IPv6_LINKLOCAL ) {
|
||||
unless ( uc $net eq IPv6_LINKLOCAL ) {
|
||||
for my $vzone ( @vservers ) {
|
||||
my $target = rules_target( $zone, $vzone );
|
||||
generate_dest_rules( $inputchainref, $target, $vzone, $source . $ipsec_in_match ) if $target;
|
||||
|
Loading…
Reference in New Issue
Block a user