mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-19 11:11:22 +01:00
Clean up Action Change
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@806 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
94d91cafa4
commit
7a7597466d
@ -2276,7 +2276,7 @@ add_an_action()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Process a record from the rules file for the 'start', 'restart' or 'check' commands
|
# Process a record from an action file for the 'start', 'restart' or 'check' commands
|
||||||
#
|
#
|
||||||
process_action() # $1 = target
|
process_action() # $1 = target
|
||||||
# $2 = clients
|
# $2 = clients
|
||||||
@ -2383,6 +2383,11 @@ process_action() # $1 = target
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Read /etc/shorewall/actions and for each defined <action>, process
|
||||||
|
# /etc/shorewall/action.<action>
|
||||||
|
#
|
||||||
|
|
||||||
process_actions() {
|
process_actions() {
|
||||||
#
|
#
|
||||||
# Process a rule where the source or destination is "all"
|
# Process a rule where the source or destination is "all"
|
||||||
|
Loading…
Reference in New Issue
Block a user