mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 03:10:39 +01:00
Fix typo in generate_matrix()
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6260 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bc40507b80
commit
dfed6bd16d
@ -1429,7 +1429,7 @@ sub generate_matrix() {
|
||||
for my $net ( @{$hostref->{hosts}} ) {
|
||||
add_rule
|
||||
$filter_table->{forward_chain $interface} ,
|
||||
match_source_net join( '', $net, $ipsec_match, "-j $frwd_ref->n{name}" );
|
||||
match_source_net join( '', $net, $ipsec_match, "-j $frwd_ref->{name}" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user