Add MAC verification run-time progress message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6078 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-23 14:33:37 +00:00
parent 4c75cf186e
commit fd7301cc6c

View File

@ -650,6 +650,8 @@ sub setup_mac_lists( $ ) {
progress_message " $doing MAC Verification for @maclist_interfaces -- Phase $phase...";
if ( $phase == 1 ) {
save_progress_message "Setting up MAC Verification" if @maclist_interfaces;
for my $interface ( @maclist_interfaces ) {
my $chainref = new_chain $table , mac_chain $interface;