mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Correct my update to Mr-4's bup patch.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
fdfdb49951
commit
13c90e2aef
@ -233,10 +233,10 @@ sub copy_and_edit_table( $$$$$ ) {
|
|||||||
#
|
#
|
||||||
for ( split ',', $copy ) {
|
for ( split ',', $copy ) {
|
||||||
unless ( $copied{$_} ) {
|
unless ( $copied{$_} ) {
|
||||||
if ( known_inerface($_) ) {
|
if ( known_interface($_) ) {
|
||||||
push @copy, $;
|
push @copy, $_;
|
||||||
} elsif ( $_ =~ /^(?:blackhole|unreachable|prohibit)$/ ) {
|
} elsif ( $_ =~ /^(?:blackhole|unreachable|prohibit)$/ ) {
|
||||||
push @bup_copy, $_ ;
|
push @bup_copy, $_;
|
||||||
} else {
|
} else {
|
||||||
fatal_error "Unknown interface ($_)";
|
fatal_error "Unknown interface ($_)";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user