forked from extern/shorewall_code
Avoid extra 'done'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9063 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
79f98f73e1
commit
1f7b0990bb
@ -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_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' );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user