diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index efca86b14..8d600cb9a 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -734,7 +734,7 @@ sub add_host_exclusion_ijump( $$$@ ) { sub add_dbl_exclusion_ijump( $$$$@ ) { my ( $chainref, $dest, $hostref, $ipset, $src ) = ( shift, shift, shift, shift, shift ); - my $nets = $hostref->{nets}; + my $nets = $hostref->{hosts}; my $origin = $hostref->{origin}; for my $net ( @$nets ) {