diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index b9728ec70..c87a77a0d 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -854,9 +854,9 @@ sub setup_mac_lists( $ ) { } add_commands( $chainref, " echo \"-A $chainref->{name} -s \$address -d 224.0.0.0/4 -j RETURN\" >&3" ); - } - add_command( $chainref, 'done' ); + add_command( $chainref, 'done' ); + } } }