mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-15 18:18:36 +01:00
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:
parent
4c75cf186e
commit
fd7301cc6c
@ -650,6 +650,8 @@ sub setup_mac_lists( $ ) {
|
|||||||
progress_message " $doing MAC Verification for @maclist_interfaces -- Phase $phase...";
|
progress_message " $doing MAC Verification for @maclist_interfaces -- Phase $phase...";
|
||||||
|
|
||||||
if ( $phase == 1 ) {
|
if ( $phase == 1 ) {
|
||||||
|
save_progress_message "Setting up MAC Verification" if @maclist_interfaces;
|
||||||
|
|
||||||
for my $interface ( @maclist_interfaces ) {
|
for my $interface ( @maclist_interfaces ) {
|
||||||
my $chainref = new_chain $table , mac_chain $interface;
|
my $chainref = new_chain $table , mac_chain $interface;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user