Apply 4.2.6.1 fix to trunk

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9566 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-02-28 17:40:39 +00:00
parent cb91a6a608
commit 5767a96005
2 changed files with 2 additions and 1 deletions

View File

@ -1978,6 +1978,7 @@ sub generate_matrix() {
} else {
$chain3ref = $filter_table->{FORWARD};
$match_source_dev = match_source_dev $interface;
move_rules $filter_table->{forward_chain $interface}, $chainref;
}
for my $hostref ( @$arrayref ) {

View File

@ -83,7 +83,7 @@ delete_file() # $1 = file to delete
install_file() # $1 = source $2 = target $3 = mode
{
run_install $OWNERSHIP -m $3 $1 ${2}
run_install $OWNESHIP -m $3 $1 ${2}
}
#